Initial Coin Offering
- HardHat, Solidity
- React/Next JS
- TailwindCSS
Website/Contract
- Deployed Contract Address (Rinkeby) – 0x68bedC6f0389155A2881A689FA1Fb2B860592e1a
- NFT OpenSea Collection
- Website – Vercel Host (Make sure to use Rinkeby Chain)
- NFT Memes Contract Address (Rinkeby) – 0xdc21051f91E12Be362cE5f383d796BFCF810692e
- Whitelist Contract Address (Rinkeby) – 0x858C0cD0A4e3c1bc1721C8C7710C29b6cF8A21FE
Initial Page
Setup
- Pull the project
- Install dependancies on both folders
- Create a
.env
file on/hardhat
. Copy, paste the following and fill in your info.
ALCHEMY_API_KEY_URL=""
RINKEBY_PRIVATE_KEY=""
- Open
index.ts
inside/my-app/constants
- Replace the following with your information