Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 813 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 813 Bytes

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