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
This project uses Next.JS, React, Redux, Tailwind, Wagmi, and RainbowKit.
- Install deps:
yarn
- Create a local
.env
from the example:cp .env.example .env
- Start server:
yarn dev
open http://localhost:3000
- 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 https://vercel.com/mentolabs/mento-web
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.
This project is Apache 2.0 Licensed.