VishnuKMi / DAOMINDS

DAO with a parallel NFT Marketplace that mints NFTs for proposal creators based on positive votes

Home Page:https://daominds.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DAOMINDS

This project demonstrates a Decentralized Autonomous Organization(DAO) members can cast their votes for proposals in a decentralized environment. A parallel Fake NFT-Marketplace is created that mints NFT to proposal-creator if positive vote-count exceeds negative vote-count.

NOTE: To vote for proposals, you will require CryptoDevs NFT tokens. You can get the NFT from here or check out my repo

Try running some of the following tasks:

npx hardhat help
npx hardhat test
REPORT_GAS=true npx hardhat test
npx hardhat node
npx hardhat run scripts/deploy.js

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.js. The page auto-updates as you edit the file.

API routes can be accessed on http://localhost:3000/api/hello. This endpoint can be edited in pages/api/hello.js.

The pages/api directory is mapped to /api/*. Files in this directory are treated as API routes instead of React pages.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

About

DAO with a parallel NFT Marketplace that mints NFTs for proposal creators based on positive votes

https://daominds.vercel.app


Languages

Language:JavaScript 73.9%Language:Solidity 18.7%Language:CSS 7.4%