AzureKn1ght / ICO

Launch your own Initial Coin Offering with Solidity, HardHat and Next.js

Home Page:https://ico-azurekn1ght.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Initial Coin Offering (ICO)

Scenario: Now its time for you to launch a token for Crypto Devs. Let's call the token Crypto Dev Token.


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.

Prerequisites

Theory

  • What is an ERC20?
    • ERC-20 is a technical standard; it is used for all smart contracts on the Ethereum blockchain for token implementation and provides a list of rules that all Ethereum-based tokens must follow.
    • Please look at all the ERC20 functions before moving ahead

Build

Technologies Used:


Deploy 🚀

We will now deploy the dApp, so that everyone can see the website.

Smart Contract

https://goerli.etherscan.io/token/0x64e089525e6e434e3147f4d9b9c5026cbd6e3c5e

Dapp Frontend

https://ico-azurekn1ght.vercel.app/

About

Launch your own Initial Coin Offering with Solidity, HardHat and Next.js

https://ico-azurekn1ght.vercel.app/

License:GNU Affero General Public License v3.0


Languages

Language:JavaScript 83.6%Language:Solidity 12.9%Language:CSS 3.6%