Prepare SocketRocket:
git submodule update --init
Prepare the MyWallet Javascript:
# install and build js files
sh scripts/install-js.sh && sh scripts/build-js.sh
# build js files, watch My-Wallet-V3 for changes
sh scripts/watch-js.sh
Prepare OpenSSL:
cd ../OpenSSL-for-iPhone
./build-libssl.sh
Create a file named .env
and define environment variables in it as follows:
$DEV=""
$STAGING=""
$TESTNET=""
Get certificates:
sh scripts/update-certs.sh
Images.xcassets contains all images the app needs, but they must be generated first from the PSD sources in /Artwork. This requires ImageMagick and Grunt.
Install ImageMagic, e.g. with Homebrew:
brew install imagemagick
Once:
npm install -g grunt-cli
cd Artwork
npm install
npm -g install svgexport
Whenever you change a PSD or SVG file, run:
grunt
The reason that the PNG files are not in the repository - even though it would make life easier for other developers - is that the resulting PNG files are not deterministic. This causes git to mark all images as changed every time you run Grunt.
open Blockchain.xcodeproj
cmd-r
Source Code License: LGPL v3
Artwork & images remain Copyright Blockchain Luxembourg S.A.R.L
Security issues can be reported to us in the following venues:
- Email: [email protected]
- Bug Bounty: https://www.crowdcurity.com/blockchain-info