Decentralized Raffle
<>
- Enter lottery for a fee
- Pick a random winner
- Autonomous- we never have to interact
- Provably random
Deploy contract
<>
- Buttons NextJS
- Deploy in a decentralized context
yarn add --dev @chainlink/contracts yarn add --dev hardhat-deploy
yarn add --dev @nomiclabs/hardhat-ethers@npm:hardhat-deploy-ethers ethers
yarn add --dev prettier-plugin-solidity prettier
yarn add dotenv
yarn add --dev @nomiclabs/hardhat-waffle