A react web app to demo Keep Random Beacon contract.
- Install Ganache and Brew
- Install node.js via brew
brew install node - Install the required packages
npm install - Run Ganache as your local Ethereum testnet.
- Deploy contracts and run the app
npm run demo - Open http://localhost:3000 to view the app.
- Use metamask with
localhost:8545to use Ganache test network. Import your first Ganache test account into metamask and you should be able to interact with the app.
Big thanks to the following resources: