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

Official-MoonDao/MoonDAO-app-expansion

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 87.8%
  • JavaScript 4.9%
  • Solidity 4.7%
  • Vyper 2.1%
  • Other 0.5%