An ether lottery dapp. Contains files used to create, compile and deploy the lottery smart contract. It also includes a React app used to easily interact with the contract.
- work on better error handling when interacting with the bchain / contract
- add some text area where you display error messages
- update lottery info after joining a contract
- update lottery info after picking a winner
- update lottery info periodically
- tune the deploy script to write the abi and the contract address in a .env file
- create the lottery contract instance using the abi and address provided in the .env
- deploy a new contract that remembers the last prize pool
- design a better ui for mobile users