Dervoo / NFTLotteryOracle

NFT Lottery using Oracle DeFi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Commands: npx hardhat block-number --network Rinkeby npx hardhat deploy npx hardhat deploy --tags mocks

Running locally: npx hardhat node -> to deploy locally npx hardhat console --network localhost -> to interact with contract deployed npx hardhat run scripts/enterRaffle.js --network localhost -> to enter lottery

Workflow: Enter Raffle -> CheckUpKeep -> PerformUpKeep -> SafeMint(winner address)

About

NFT Lottery using Oracle DeFi


Languages

Language:JavaScript 79.6%Language:Solidity 20.0%Language:Shell 0.4%