Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 368 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 368 Bytes

This is the lottery-dapp.

Getting Started

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