Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 907 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 907 Bytes

Minimal NFT DAO on Ethereum

Minimal Ethereum DAO using ERC721 NFTs for membership tracking and voting.

Built using scaffold-eth and Tailwind CSS.

Getting started

# install dependencies
$ yarn

# 1. Terminal
# start local chain
$ yarn chain

# 2. Terminal
# deploy contracts
$ yarn deploy

# start app
$ yarn start

Screenshots

Minimal_DAO_01 Minimal_DAO_02 Minimal_DAO_03

Resources