Skip to content

Whitelist Decentralised Application written in Solidity (Hardhat), and Next JS

License

Notifications You must be signed in to change notification settings

yanukadeneth99/WhitelistDApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub issues GitHub license Discord GitHub forks

Twitter Follow GitHub followers

Whitelist Decentralised App

You can whitelist into multiple projects that I plan to do in the future using this. The contract is deployed for 20 public members to become whitelisted. The project is full open-source and therefore free to change following the MIT License.

Visit Website

Design

Starter Page

Starter_Image

Process Handling

Errors are handled via notifications

Error

Processes are displayed in buttons

Loading

Themes

The website has loads of themes the user can select from

Theme1 Theme2 Theme3

Contract

The contract is deployed to the Rinkeby Testnet on address : 0x70d38c0a442358A9b72905B8326dBf74B0E073D6

Deployed_Contract_Image

Starter Project

If you like this template but would like to deploy your own projects following this, check out @startertemp/nextjs-hardhat-ts at NPM

Or run the below command to get started :

npx @startertemp/nextjs-hardhat-ts my-app

Installation

Follow the steps to install this on your PC

  1. Fork the Github project by clicking on the Fork button at the top of this README.md
  2. Clone the project onto your desktop
  3. Make sure you have pnpm installed, if not install it by running npm i -g pnpm
  4. For backend installations run cd backend && pnpm install
  5. For frontend installations run cd frontend && pnpm install
  6. Run the frontend by running cd frontend && pnpm dev

Technologies Used

Hardhat (Solidity), Next, React, Typescript

Contribution

Any type of contributions are welcome following the MIT License!