Skip to content

pumpedlunch/Decentra-List

Repository files navigation

Links

Developer Info

  • Getting Started:
    • Clone repo
    • Install dependencies: yarn install
    • Run yarn run hardhat compile to create contract artifacts
    • Fill in dev variables in .env.sample and rename to .env
    • Fill in Next.js local variables in .env.local.sample and rename to .env.local
  • Run local frontend: yarn dev & open http://localhost:3000 with your browser
  • Test smart contracts on Hardhat network: yarn test
  • Deploy contracts:
    • update scripts/deploy.js variables for desired network
    • yarn deploy --network XXXXX
  • scripts/lists folder contains scripts for generating revisions for created lists. To run:
yarn run hardhat run scripts/lists/UMAVotingAllstars.js --network mainnet

This is a Next.js project bootstrapped with create-next-app.

About

dapp for creating ethereum address lists

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published