A tokenless prediction prediction.
https://tokenless-32142.firebaseapp.com/
Download sources:
git clone [email protected]:OpenZeppelin/tokenless.git
Install packages:
npm install
Run custom testrpc:
npm run rpc 0
(you may replace the 0 for any other block mining time)
This script is handy for quickly restarting the testrpc and re-deploying the contract,
always with the same address, at the same time.
Start UI server:
npm start
Run Solidity Tests:
truffle test
Deploy:
npm run deploy
Stop custom testrpc:
npm run killrpc
More:
See: constants.js
DEBUG_MODE, USE_INJECTED_WEB3, TARGET_LIVE_NETWORK, etc...
This project is built on top trufle-box/react-auth-box, which uses create-react-app with React, Redux and Router.
The Ethereum/Solidity bootstrap is handled by truffle and the solidity code is build with OpenZeppelin.
See truffle-box for details on project bootstrap and configuration.