Skip to content

Manta-Network/Manta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8297aa3 Β· Apr 14, 2023
Apr 14, 2023
Apr 14, 2023
Jul 7, 2022
Apr 13, 2023
Apr 14, 2023
Apr 14, 2023
Apr 14, 2023
Apr 14, 2023
Jan 5, 2023
Feb 17, 2023
Jun 20, 2022
Sep 6, 2022
Apr 20, 2021
Jul 8, 2022
Jul 23, 2022
Jul 7, 2022
Apr 14, 2023
Mar 23, 2022
Apr 14, 2023
Nov 29, 2022
Jan 5, 2023
Apr 12, 2021
Jan 25, 2023
Jul 12, 2021

Repository files navigation

github-banner

License: GPL v3 Tests on manta Twitter Discord Forum Telegram Medium

Manta is the privacy layer for Web 3. Manta's goal is to protect Web 3 users' fundamental privacy from the first principle.

Disclaimer: The code currently hasn't been properly security audited (work in progress), use it at your own risk.

πŸ‘‰ Learn more about Manta Network.
πŸ‘‰ Check out our technical documentation.
πŸ‘‰ Get involved in Manta Community.

Manta/Calamari/Dolphin

This is the mono-repo for Manta/Calamari/Dolphin nodes.

  • Manta: Manta's Polkadot parachain network
  • Calamari: Manta's canary network on Kusama
  • Dolphin: Manta's testnet

Build Manta/Calamari/Dolphin Node

  1. Setup environment
chmod u+x ./scripts/init.sh
./scripts/init.sh
  1. Build node binary in production setting
cargo b --profile production

Tips: The binary will be generated under target/production/manta. For less performance critical build, cargo build --release is recommended for faster build time.

  1. Run standalone dev chain, useful for local development
cargo run -- --chain=dolphin-localdev --alice --tmp

Tip: The chain only produces blocks when you submit extrinsics

Semantic Versioning

Manta/Calamari/Dolphin's version number: v<x>.<y>.<z>

where:

  • <x> is the major version, i.e. major product release.
  • <y> is the middle verison, i.e. adding major features.
  • <z> is the minor version, i.e. performance improvement and bug fixes.

Contributing

  • please submit your code through PR.
  • please run cargo +nightly fmt before pushing your code.

Minimum supported rust compiler

This project's MSRV is rustc 1.62