Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.06 KB

README.md

File metadata and controls

24 lines (20 loc) · 1.06 KB

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