Skip to content

Minimal Ethereum DAO using scaffold-eth and Tailwind CSS

License

Notifications You must be signed in to change notification settings

ssteiger/minimal-dao

Repository files navigation

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