https://github.com/nation3/citizen-app
Nation3 citizen app
https://github.com/nation3/citizen-app
cypress nextjs nodejs solidity wagmi web3
Last synced: 11 months ago
JSON representation
Nation3 citizen app
- Host: GitHub
- URL: https://github.com/nation3/citizen-app
- Owner: nation3
- License: gpl-3.0
- Created: 2022-03-18T11:27:34.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-11T17:31:07.000Z (over 1 year ago)
- Last Synced: 2025-05-26T11:14:48.138Z (about 1 year ago)
- Topics: cypress, nextjs, nodejs, solidity, wagmi, web3
- Language: TypeScript
- Homepage: https://app.nation3.org
- Size: 11 MB
- Stars: 40
- Watchers: 4
- Forks: 39
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Nation3 Citizen App
[](https://vercel.com/nation3dao/citizen-app/deployments)

---
[](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.
> [](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)