npm install
- installs dependencies
npm test
- runs tests using the Jest testing framework included with
create-react-app
- runs tests using the Jest testing framework included with
npm run start-chain
- starts the Hardhat node
- runs
npx hardhat node
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
npm start
- starts the React app
- runs
react-scripts start
- This project was bootstrapped with Create React App and uses a local Hardhat Ethereum node Hardhat.