This is the lottery-dapp.
Run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.
Please check the blockchain solution in blockchain/contracts/Lottery.sol
The implementation of UI to integrate with blockchain is in pages/index.js# lottery-dapp