Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Latest commit

 

History

History
33 lines (22 loc) · 763 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 763 Bytes

MoonDAO App 🌕🌕

The MoonDAO App at https://app.moondao.com is where people can connect their Ethereum wallet and interact with the MoonDAO smart contracts.

app

File Structure

The code in this repository is structured into two main parts:

.
├── contracts # The smart contracts
└── ui        # The user interface (UI) for interacting with the smart contracts

Run the UI locally

See ui/README.md

Testing against the Mumbai testnet

Add sepolia testnet variables to your local development environment:

cp .env.testnet .env.local

Start the development server:

yarn dev