Substrate node with capability of communicating with Cardano network
Rust
70
947 commits
updated Apr 23, 2026
Partner chains is now directly part of Midnight. Please see that repository for continued development.
:chains: Toolkit for maintaining and securing Substrate based blockchains with the Cardano ecosystem
Note: This alpha release is just the beginning of the journey. It is intended to gather early feedback from the community and is provided "as is." It should not be used in live production networks. Use at your own risk. We welcome and appreciate your feedback!
The Partner Chains Toolkit provides a collection features and cli commands enabling users to either build new partner chains (=chain builder), or operate validators provided by the chain builder (=validator).
Relevant features include:
While the toolkit is built with convenience and ease-of-use in mind, using it to build new partner chains requires experience in several domains:
The project provides a Nix environment that provides all necessary tools and dependencies for building it (You can also choose to install dependencies manually but we won't officially support or document this approach).
$ nix develop # enter the development shell
$ cargo build
Note: The first invocation of nix develop may take some time since it fetches all required
dependencies.
Please refer to our Testing documentation on how to run our end-to-end tests. The unit tests can be invoked as expected using cargo:
$ cargo test
Note: The tests make use of testcontainers so you will need to have a working docker setup to execute the tests.
Please refer to our Introduction to learn in more detail about what the Partner Chain Toolkit offers and how to use it for different use-cases. We also provide Wizards, an interactive step by step CLI interface.
Rust Docs for all crates provided by the toolkit are available to browse online here
In order to ensure and demonstrate the correctness and liveliness of our partner chain toolkit, we created reproducible simulations of the D-Parameter based committee selection mechanism and created end-to-end tests running hundreds of nodes to inspect and assert correct behavior:
If you want to learn more about the simulation and how to perform your own simulations with custom parameters you can learn more about this here.
This project is primarly distributed under the Apache License 2.0. You can review the full license agreement at the following link: LICENSE. Parts of the code are distributed under the GPL v3.0 with "Classpath exception". You can review the full license at the following link: GPL v3.0 with Classpath exception.
Rust
76.6%
Python
14.1%
Shell
8.6%
Substrate node with capability of communicating with Cardano network
Rust
70
947 commits
updated Apr 23, 2026
Partner chains is now directly part of Midnight. Please see that repository for continued development.
:chains: Toolkit for maintaining and securing Substrate based blockchains with the Cardano ecosystem
Note: This alpha release is just the beginning of the journey. It is intended to gather early feedback from the community and is provided "as is." It should not be used in live production networks. Use at your own risk. We welcome and appreciate your feedback!
The Partner Chains Toolkit provides a collection features and cli commands enabling users to either build new partner chains (=chain builder), or operate validators provided by the chain builder (=validator).
Relevant features include:
While the toolkit is built with convenience and ease-of-use in mind, using it to build new partner chains requires experience in several domains:
The project provides a Nix environment that provides all necessary tools and dependencies for building it (You can also choose to install dependencies manually but we won't officially support or document this approach).
$ nix develop # enter the development shell
$ cargo build
Note: The first invocation of nix develop may take some time since it fetches all required
dependencies.
Please refer to our Testing documentation on how to run our end-to-end tests. The unit tests can be invoked as expected using cargo:
$ cargo test
Note: The tests make use of testcontainers so you will need to have a working docker setup to execute the tests.
Please refer to our Introduction to learn in more detail about what the Partner Chain Toolkit offers and how to use it for different use-cases. We also provide Wizards, an interactive step by step CLI interface.
Rust Docs for all crates provided by the toolkit are available to browse online here
In order to ensure and demonstrate the correctness and liveliness of our partner chain toolkit, we created reproducible simulations of the D-Parameter based committee selection mechanism and created end-to-end tests running hundreds of nodes to inspect and assert correct behavior:
If you want to learn more about the simulation and how to perform your own simulations with custom parameters you can learn more about this here.
This project is primarly distributed under the Apache License 2.0. You can review the full license agreement at the following link: LICENSE. Parts of the code are distributed under the GPL v3.0 with "Classpath exception". You can review the full license at the following link: GPL v3.0 with Classpath exception.
Rust
76.6%
Python
14.1%
Shell
8.6%