Skip to content
This repository was archived by the owner on Aug 19, 2021. It is now read-only.

Latest commit

 

History

History
19 lines (12 loc) · 549 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 549 Bytes

mymonero-core-objccpp

License and Copyrights

See LICENSE.txt for license.

All app source code and assets copyright © 2014-2018 by MyMonero. All rights reserved.

Repo setup instructions:

git submodule update --init --recursive
git submodule foreach --recursive git fetch
git submodule foreach --recursive git pull --ff-only origin master

Documentation

Please see the Readme at mymonero-core-swift (which embeds this repo) for technical notes, and PR / Issue guidelines.