Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 months 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 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-21T15:25:35.000Z (8 months ago)
- Last Synced: 2024-05-22T13:49:11.083Z (8 months ago)
- Topics: celo, dapp, exchange, mento
- Language: TypeScript
- Homepage: https://app.mento.org
- Size: 3.98 MB
- Stars: 18
- Watchers: 4
- Forks: 14
- Open Issues: 13
-
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).