Skip to content

0xWick/ICO-dapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crypto token ICO dapp

WAGMI, Keep Buidling!

logo

About

An ICO dapp (FrontEnd and Smart Contract), with a ERC20 token in contracts. Attached with the previous NFT contract, (NFT holders can claim 10 tokens per NFT ;) )

Stack

React Next.js

Solidity (Hardhat)

Vercel

Requirements

  • There should be a max of 10,000 CD tokens.
  • Every Crypto Dev NFT holder should get 10 tokens for free but they would have to pay the gas fees.
  • The price of one CD at the time of ICO should be 0.001 ether
  • There should be a website which users can visit for the ICO.

Let's start building 🚀

Basic Installation

Hardhat:

mkdir hardhat-tutorial
cd hardhat-tutorial
npm init --yes
npm install --save-dev hardhat

npm install @openzeppelin/contracts

NEXT:

 npx create-next-app@latest

cd my-app
npm run dev

Usage example

Complete track for learning Web3 and make these amazing projects

For more examples and usage, please refer to the Wiki.

Development setup

Follow the above link for complete setup!

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors