Ether Lottery dApp created by Kapilan.
Smart Contract is deployed into the Rinkeby Testnet.
To view the smart contract transaction click here.
To view the admin transaction who created the smart contract click here.
Open linux terminal and clone the repo:
git clone https://github.com/Adage-Smart-Contracts/ether-lottery-dAppChange directory to lottery-dapp:
cd ether-lottery-dApp/lottery-dappInstall dependencies:
yarnRun the development server:
yarn devOpen http://localhost:3000 with your browser to see the result.
Reference: Web3 Tutorial Project | Build a web3js dApp with a Solidity lottery smart contract on Ethereum