Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/catherinee24/whitelist-nextjs

Whitelist page to give access to 10 addresses to the pre-sale of an NFT.
https://github.com/catherinee24/whitelist-nextjs

dapp hardhat javascript nextjs nft react solidity-contracts whitelist

Last synced: about 2 months ago
JSON representation

Whitelist page to give access to 10 addresses to the pre-sale of an NFT.

Awesome Lists containing this project

README

        

Whitetlist Frontend ✨


Author




Making the frontend part of my project Whitelist smart contract!



Installing / Getting started

```bash
# Clone this project
$ git clone https://github.com/catherinee24/Whitelist-Nextjs

# Access
$ cd Whitelist-Nextjs

# Install dependencies
$ npm install

```

Commands

- $ ``` npx create-next-app@latest```
- $ ```npm run dev ```
Now go to `http://localhost:3000`, your app should be running 🀘

Open up a terminal pointing at `my-app directory` and execute this command:
- $ ``` npm install web3modal ```

Note🚨 ➑ to interact with your smart contract in the folder `constants/index.js` write:

```js
export const WHITELIST_CONTRACT_ADDRESS = "YOUR_WHITELIST_CONTRACT_ADDRESS";
export const abi = YOUR_ABI;
```

Technologies / Built With

- Next.js
- Ethers.js
- Web3Modal



Hope you enjoy making this.






Made with ❀️ by catellaTech.