https://github.com/mento-protocol/mento-web
A simple DApp for Celo Mento exchanges
https://github.com/mento-protocol/mento-web
celo dapp exchange mento
Last synced: about 1 year ago
JSON representation
A simple DApp for Celo Mento exchanges
- Host: GitHub
- URL: https://github.com/mento-protocol/mento-web
- Owner: mento-protocol
- License: apache-2.0
- Created: 2021-09-19T16:35:44.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-23T16:42:30.000Z (about 1 year ago)
- Last Synced: 2025-04-23T17:44:50.904Z (about 1 year ago)
- Topics: celo, dapp, exchange, mento
- Language: TypeScript
- Homepage: https://app.mento.org
- Size: 4.73 MB
- Stars: 36
- Watchers: 4
- Forks: 26
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mento Web App
This is the home for the Mento web app!
This DApp lets users make exchanges between Celo's native currencies using the Mento on-chain exchange mechanism.
For more details about how Mento works, see the [documentation](https://docs.mento.org)
## Architecture
This project uses Next.JS, React, Redux, Tailwind, Wagmi, and RainbowKit.
## Run Locally
1. Install deps: `yarn`
1. Create a local `.env` from the example: `cp .env.example .env`
1. Start server: `yarn dev`
1. `open http://localhost:3000`
## Deploy
- Deployments happen automatically via Vercel's Github app.
- Every push into `main` is automatically deployed to app.mento.org
- Deployment configuration can be changed by Mento Labs Team Members at
## Contribute
For small contributions such as bug fixes or style tweaks, please open a Pull Request.
For new features, please create an issue to start a discussion on [Discord](https://discord.com/invite/Zszgng9NdF).
## License
This project is [Apache 2.0 Licensed](LICENSE).