Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nation3/citizen-app

Nation3 citizen app
https://github.com/nation3/citizen-app

cypress nextjs nodejs solidity wagmi web3

Last synced: 1 day ago
JSON representation

Nation3 citizen app

Awesome Lists containing this project

README

        

# Nation3 Citizen App

[![Vercel](https://vercelbadge.vercel.app/api/nation3/citizen-app)](https://vercel.com/nation3dao/citizen-app/deployments)

---

[![](/ui/public/logo.svg)](https://app.nation3.org)

The Nation3 Citizen App at https://app.nation3.org is where people can connect their Ethereum wallet and interact with the [foundational](https://github.com/nation3/foundations) Nation3 smart contracts.

> [![app](https://github.com/user-attachments/assets/e1a82323-1750-4993-8b82-d9ee9f529b7c)](https://app.nation3.org)

## 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](ui/README.md)