MoonDAO.com is the hub for the Internet's Space Program, where users can become a MoonDAO member by buying $MOONEY, lock to participate in governance, become a Citizen in the Space Acceleration Network, submit proposals, vote, read news and updates, dive into the documentation, and purchase from the Marketplace with unique experiences such as the Ticket to Space sweepstakes or zero gravity astronaut training experiences and offerings from Teams in the Space Acceleration Network. To get started, users can connect their onchain 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