Skip to content

nance-eth/MoonDAO-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MoonDAO.com Website

MoonDAO.com is the hub for the Internet's Space Program, where users can become a MoonDAO member, obtain $MOONEY, stake 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.

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 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 89.0%
  • JavaScript 4.4%
  • Solidity 3.9%
  • Vyper 1.7%
  • Other 1.0%