A simple contracts which select one of the team win and distributes prize in eth
-
Install Truffle
npm install truffle -g
-
Install node_modules
npm i
- Replace private key and infura url in truffle-config.js/truffle.js
truffle compile
- Truffle migrate
truffle migrate --network goerli
- Start npm project
npm start