Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 927 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 927 Bytes

Spin2Win App

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.

Setup Environment

This project requires you local node version as ^10.13.0. You can use nvm to install and select the specific node version.

  1. brew install nvm
  2. nvm install 10.13.0
  3. nvm use 10.13.0

Run Project

  1. yarn install
  2. Run react-native run-ios

Wiki

Demo Screen

image

License

See LICENSE for more info.