Checkin application using Ethereum
https://eth-checkin.firebaseapp.com
Pull requests and stars are always welcome.
- Fork it!
- Create your feature branch.
git checkout -b my-new-feature.
- Commit your changes
git commit -am 'Add some feature.
- Push to the branch.
git push origin my-new-feature
- Submit a pull request For bugs and feature requests, create an issue.
$ git clone git@github.com:gaiax/eth-checkin-proto.git
$ cd eth-checkin-proto
# Install Truffle dependencies
$ npm i
# Install frontend dependencies
$ cd frontend
$ npm i
- Install Ganache. (https://www.trufflesuite.com/ganache)
- Launch Ganache
- Deploy contracts to local blockchain
$ truffle compile
$ truffle migrare --reset
# launch web view
$ cd frontend
$ npm start