Skip to content
This repository has been archived by the owner on May 17, 2021. It is now read-only.
/ random-avatar Public archive

A react web app to demo Keep Random Beacon contract

Notifications You must be signed in to change notification settings

keep-network/random-avatar

Repository files navigation

Random avatar

A react web app to demo Keep Random Beacon contract.

Development setup

MacOS

  • 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:8545 to use Ganache test network. Import your first Ganache test account into metamask and you should be able to interact with the app.

Credits

Big thanks to the following resources: