This is smart contract that deploys on blockchain. This is the game. Winner is selected randomly.
- Yarn
- Node.js
- HardHat
git clone https://github.com/lssleo/game-of-chance
cd game-of-chance
yarn init -y
yarn add --dev hardhat
Deploy at local network:
yarn hardhat deploy
Testing:
yarn hardhat test
Test Coverage:
yarn hardhat coverage