Mento Protocol
  • Mento Protocol
    • Home
    • What, why, who Mento?
    • Quick Links
  • HOW TO SOURCE MENTO STABLES
    • Overview
    • CEXs, DEXs, Pools
    • From other Chains
    • On-ramp Providers
    • Automation via MATE
  • Protocol Concepts
    • Stability
    • Reserve
    • Asset exchanges
      • Broker
      • Trading Limits
      • Exchange Providers
      • BiPoolManager
    • Oracles
    • On-Chain Circuit Breaker
    • Governance
      • Verification
  • Developers
    • Repository Overview
    • Integrate Mento Stables
    • Smart Contracts
      • Broker
      • TradingLimits
      • BiPoolManager
      • Pricing Modules
      • SortedOracles
      • BreakerBox
      • Reserve
      • StableToken
      • Audits
    • Deployments
      • Addresses
      • Verification
      • Parameters
    • Mento SDK
      • Installation
      • Guides
        • Getting Exchange Pairs
        • Getting a Quote
        • Initiating a Swap
    • Oracles
      • Oracle Client
        • Price Sources
      • Becoming an Oracle Provider
  • Economics
    • Stability
    • Risks
    • Research
  • Governance & Token
    • Overview
    • Governance Components
    • Governance Scope
    • MENTO Token
      • Listing information
    • Airdrop
    • Governance Watchdogs
Powered by GitBook
On this page
  • Mento Core
  • Mento SDK
  • Mento SDK examples
  • Mento App
  • Mento Deployments
Edit on GitHub
  1. Developers

Repository Overview

PreviousVerificationNextIntegrate Mento Stables

Last updated 1 year ago

Here you can find an overview of relevant .

This repository contains the source code of the core smart contracts for the Mento protocol. The repository is built with foundry which is used for the compilation and testing of the smart contracts.

The GitHub repository of the official Mento Protocol SDK for interacting with Multi-Collateral Mento smart contracts on the Celo network.

A set of runnable example code snippets for using the .

The GitHub repository for the Mento web app. This app lets users make exchanges between Mento collateral and stable assets using the Mento Broker.

This repo contains scripts for deploying & proposing upgrades to the Mento protocol. Deployments for the core contracts are done using .

Mento GitHub repositories
Mento Core
Mento SDK
Mento Protocol SDK
Mento App
Mento Deployments
Foundry solidity scripting
Mento SDK examples