Skip to content

mento-protocol/mento-web

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a8813e3 · Feb 27, 2025
Feb 18, 2025
Sep 10, 2024
Jan 29, 2023
Jul 13, 2023
Feb 27, 2025
Jun 28, 2023
Nov 21, 2021
Dec 9, 2022
Nov 22, 2024
Dec 9, 2022
Dec 9, 2022
Jan 29, 2023
Sep 19, 2021
Dec 13, 2023
Feb 25, 2023
Feb 17, 2025
Jul 4, 2023
Feb 26, 2025
Sep 19, 2021
Feb 25, 2023
Aug 16, 2023
Nov 21, 2021
Sep 19, 2021
Feb 26, 2025

Repository files navigation

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

Architecture

This project uses Next.JS, React, Redux, Tailwind, Wagmi, and RainbowKit.

Run Locally

  1. Install deps: yarn
  2. Create a local .env from the example: cp .env.example .env
  3. Start server: yarn dev
  4. 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 https://vercel.com/mentolabs/mento-web

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.

License

This project is Apache 2.0 Licensed.