A Decentralize way to play lottery game, where users don't have to think about fairness.
To deploy this project locally run
yarn hardhat deploy
To deploy this project on testnet run
yarn hardhat deploy --network goreli
https://plain-river-5762.on.fleek.co/
only usable for goreli testnet of hardhat local nodes.
To run unit tests, run the following command
yarn hardhat test
To run staging tests, run the following command
yarn hardhat test --network goreli
Smart Contract: Solidity, Hardhat
Test: Chai, Mocha, EthersJS
Solidity, Hardhat ,Javascript...