Welcome to the Decentralized Auction Application, a platform managing auctions through a smart contract. Winners of auctions are granted the right to mint an NFT, and in case of non-minting, a refund is provided.
https://www.loom.com/share/4adaf9741f7547a886e2aaf935f19857?sid=453a283e-af44-44f7-8a69-361cca459f42
# Clone the repository
git clone https://github.com/romainjacquel/nft-dao.git
# Navigate to the project folder
cd nft-dao
# Install dependencies
yarn install
# Install backend dependencies
cd backend && npm install
# Install frontend dependencies
cd ../frontend && yarn install