albincsergo / whitelist-dapp

Easy to customize whitelist dApp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

whitelist-dapp

An easy to customize whitelist dApp

Get Started

  1. Clone the repo and drop a star or follow: $ git clone https://github.com/albincsergo/whitelist-dapp.git

  2. Intsall dependecies: $ cd hardhat && npm i & $ cd whitelist-ui && npm i

  3. Deploy whitelist contract: $ npx hardhat run scripts/deploy.js --network 'your network', this deployes and verifies the contract.

  4. Copy your ABI, and contract address

  5. Start you webapp: $ npm run dev

Enjoy your whitelist app

About

Easy to customize whitelist dApp

License:MIT License


Languages

Language:JavaScript 87.9%Language:CSS 7.4%Language:Solidity 4.7%