MoonDAO.com is the hub for the Internet's Space Program, where users can become a MoonDAO member, obtain $MOONEY, lock to participate in governance, submit proposals, vote, read news and updates, dive into the documentation, and interact with the Marketplace for unique experiences such as the Ticket to Space sweepstakes or zero gravity astronaut training experiences. To get started, users can connect their Web3 wallet, or create one by email or social login, in order to 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 testnet variables to your local development environment:
cp .env.testnet .env.local
Start the development server:
yarn dev