Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1.11 KB

README.md

File metadata and controls

28 lines (17 loc) · 1.11 KB

Nation3 Citizen App

Vercel


The Nation3 Citizen App at https://app.nation3.org is where people can connect their Ethereum wallet and interact with the foundational Nation3 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