Skip to content

withtally/dao.new

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dao.new

Easily deploy your own NFT DAO

dao.new

Packages

The project is organized as a monorepo with the following packages:

minter-admin-frontend

The minter-admin-frontend package is a webapp for running an admin and mint page.

hardhat

The hardhat package is the suite of solidity contracts used for deploying new NFT DAOs.

shared-frontend

The shared-frontend package holds some webapp components used by both the minter-admin-frontend and wizard-frontend packages.

wizard-frontend

The wizard-frontend package is the webapp running on dao.new

Quickstart

Project was built based on scaffold-eth's nextjs branch.

Install dependencies

yarn

Run local chain

yarn chain

Run tests

yarn test

Deploying contracts

see README under the hardhat package