Skip to content

A project to practice learning React and Solidity/EVM

Notifications You must be signed in to change notification settings

jduffey/roulette-react

Repository files navigation

Node.js CI DeepSource

Instructions

  1. npm install
    • installs dependencies
  2. npm test
    • runs tests using the Jest testing framework included with create-react-app
  3. npm run start-chain
    • starts the Hardhat node
    • runs npx hardhat node
  4. npm run init-chain
    • deploys the token contract
    • deploys the roulette contract
    • mints tokens for the generated accounts
    • runs npx hardhat run scripts/initializeChain.js --network localhost
  5. npm start
    • starts the React app
    • runs react-scripts start

Notes

About

A project to practice learning React and Solidity/EVM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published