A simple lottery in the blockchain in which the winner is chosen with provable randomness using Chainlink VRF V2 and automation from Chainlink Keepers.
-
- You'll know you did it right if you can run
git --version
and you see a response likegit version x.x.x
- You'll know you did it right if you can run
-
- You'll know you've installed nodejs right if you can run:
node --version
and get an ouput like:vx.x.x
- You'll know you've installed nodejs right if you can run:
git clone https://github.com/KumaCrypto/Raffle-fcc
cd Raffle-fcc
npm install -D
Deploy:
npx hardhat deploy
npx hardhat test
npx hardhat coverage