GitPedia

Mangata node

Mangata :heart: Substrate

From gasp-xyz·Updated May 19, 2026·View on GitHub·

Omnichain zk-rollup for L1-grade native liquidity. Implementation includes MEV solution, Proof-of-Liquidity, gas-free swaps, algorithmic buy & burn, weight voting & liquidity gauges, time-incentivized liquidity provision, 3rd party incentives, and more. The project is written primarily in Rust, distributed under the The Unlicense license, first published in 2020. Key topics include: decentralized-exchange, eigenlayer, ethereum, mangata, mev.

Latest release: v0.33.0
February 1, 2024View Changelog →
<p align="center"> <a href="https://https://mangata.finance/"> <img width="132" height="101" src="https://mangata.finance/images/logo-without-text.svg" class="attachment-full size-full" alt="Mangata brand" loading="lazy" /></a> </p> <h2 align="center">Mangata Node</h2> <p align="center"> Omnichain zk-rollup for L1-grade native liquidity. Implementation includes <a href="https://blog.mangata.finance/blog/2021-10-10-themis-protocol/" target="_blank" rel="noopener noreferrer">MEV solution</a>, Proof-of-Liquidity, gas-free swaps, algorithmic buy & burn, weight voting & liquidity gauges, time-incentivized liquidity provision, 3rd party incentives, and more. </p>

Themis

Issues
Pull Request
GitHub last commit
Build Status
Language

Description

Mangata operates as a cross-chain liquidity protocol, facilitating seamless transactions between Ethereum and various other blockchains through a omnichain zk-rollup Infrastructure. We leverage the power of ZK-rollup, a second-layer (L2) solution, to ensure universal connectivity with first-layer (L1) blockchains. Additionally, our decentralized exchange platform is designed to provide robust protection against Miner Extractable Value (MEV) and frontrunning attempts, thereby safeguarding the interests of our users.

API

Mangata API Docs

Build mangata-node locally

Compile mangata-node binary and wasms artifacts

  • use docker wrapper for cargo to build mangata-node
./docker-cargo.sh build --release -p mangata-node

build artifacts will be placed in <REPO ROOT>/docker-cargo/release

Run tests and generate code coverage report

Run unit tests only:

bash
cargo test

Run unit tests and generate code coverage report in html format:

bash
cargo install cargo-tarpaulin cargo tarpaulin --timeout 120 --workspace -e runtime-integration-test mangata-node common-runtime mangata-kusama-runtime mangata-rococo-runtime --exclude-files **/mock.rs **/weights.rs **/weights/* --out Html

Generate docker image

You can use build-image.sh script to build & generate docker image

./scripts/build-image.sh mangatasolutions/mangata-node:dev

or you can use already compiled build atributes generated in previous step

SKIP_BUILD=1 BUILD_DIR=./docker-cargo/release ./scripts/build-image.sh

This will generate new local docker image mangatasolutions/mangata-node:dev

Run

In order to run mangata-parachain locally one need to set up both:

  • local relay network
  • local parachain network

Because of number of parameters is quite troublesome thats why we came up with dedicated dockerized environment.

Set up network using parachain-launch

Dockerized setup requires you to build development docker image mangatasolutions/mangata-node:dev.

Start docker environment using, you need to

bash
cd ./launch yarn install yarn gen yarn up

once started, you can access nodes using port forwards

Docker setup can be stopped using

bash
cd ./launch yarn down

Sudo access

Alice is set as sudo account for parachain-launch docker setup

Mangata node configuration

There is number of chain configurations available for both development and production environements:

chainspec (--chain)SudoDescription
mangata-kusama*******production kusama public mainnet
mangata-kusama-localAlicedevelopment kusama local testnet
mangata-rococo*******production rococo public testnet
mangata-rococo-localAlicedevelopment rococo local testnet

Contributors

Showing top 12 contributors by commit count.

View all contributors on GitHub →

This article is auto-generated from gasp-xyz/mangata-node via the GitHub API.Last fetched: 6/21/2026