A React-Native demo app to request accounts authorization from SingleSource App and call spin2win smart contract which transfers a random amount of balance to the calling account.
This project requires you local node version as ^10.13.0
. You can use nvm
to install
and select the specific node version.
brew install nvm
nvm install 10.13.0
nvm use 10.13.0
yarn install
- Run
react-native run-ios
See LICENSE for more info.