Skip to content

minjie05/dapp-lottery

Repository files navigation

dapp-lottery

A Lottery DApp with NextJs, Solidity

Running the demo

To run the demo follow these steps:

  1. Clone the project with the code below.

    # Make sure you have the above prerequisites installed already!
    git clone https://github.com/minjie05/dapp-lottery.git dapp-lottery
    cd dapp-lottery # Navigate to the new folder.
    yarn install # Installs all the dependencies.
  2. Start a node on the local network.

yarn hardhat node
  1. Run the app using yarn dev
npx hardhat compile
npx hardhat run scripts/deploy.js
yarn dev
  1. open http://localhost:3000/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published