The MoonDAO App at https://app.moondao.com is where people can connect their Ethereum wallet and interact with the MoonDAO smart contracts.
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
See ui/README.md
Add sepolia testnet variables to your local development environment:
cp .env.testnet .env.local
Start the development server:
yarn dev