Skip to content
/ ICO Public

Launch your own ICO (Initial Coin Offering)

Notifications You must be signed in to change notification settings

icebert04/ICO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ICO (from learnweb3.io)

Things that I've learned..

  • Created a max of 10,000 CD(CryptoDev) tokens
  • Used Hardhat for smart contract deployment, as well as importing Openzeppelin's Ownable Contract
  • Got API keys from Alchemy and Rinkeby Faucet
  • npm install Web3Modal library in order to connect dApp to the Metamask wallet
  • Import Token_Contract_ABI and Token_Contract_Address
  • Tested minting CD tokens on Metamask on a Next.js static page

Here's a screenshot of the basic ICO minting site that I've built..

ICO