A Decred Mobile Wallet for iOS that runs on top of dcrwallet.
IOS 10.3 or above.
Clone this repo, install and setup the following software tools. The versions in brackets are not definite, other versions may work. This process has been confirmed working with the versions specified.
- Xcode. (Version 10.1).
- Go. (Version 1.12.1 tested, 1.11 should work too).
- Ensure your
$GOPATHenvironment variable is set and that$GOPATH/binis added to your$PATHenvironment variable.
- Ensure your
- Gomobile (latest version).
- Run
go get golang.org/x/mobile/cmd/gomobileto ensure you're using the latest version ofgomobile. - Run
gomobile initafterwards to setupgomobile.
- Run
- Run
pod installto download project dependencies. - Run
build_wallet_framework.shto generatedcrlibwallet.frameworkusing a preset revision/commit of dcrlibwallet. The generatedDcrlibwallet.frameworkbinary will be placed in./libssub-directory. - Open
decred_wallet.xcworkspacewith Xcode and build/run.