Skip to content

icebert04/DAO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DAO (from learnweb3.io)

Things that I've learned..

  • Launched a DAO for NFT holders to create and vote on proposals
  • Built a DAO Treasury
  • Created a FakeNFTMarketplace for purchasing the NFTs
  • 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
  • Have voting options for "Yay" or "Nay"
  • Used Next.js static page for NFT holders to create, vote, and view proposals using their Metamask wallet

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

DAO