Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nation3/citizen-app
- Owner: nation3
- License: gpl-3.0
- Created: 2022-03-18T11:27:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-28T03:37:55.000Z (2 months ago)
- Last Synced: 2024-08-28T04:43:25.618Z (2 months ago)
- Topics: cypress, nextjs, nodejs, solidity, wagmi, web3
- Language: TypeScript
- Homepage: https://app.nation3.org
- Size: 10.5 MB
- Stars: 39
- Watchers: 4
- Forks: 39
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
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)