/whitelist-dapp

Easy to customize whitelist dApp

Primary LanguageJavaScriptMIT LicenseMIT

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