Skip to content

Substrate node with capability of communicating with Cardano network

License

Apache-2.0, GPL-3.0 licenses found

Licenses found

Apache-2.0
LICENSE
GPL-3.0
LICENSE-GPL3-with-classpath-exception
Notifications You must be signed in to change notification settings

input-output-hk/partner-chains

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Partner Chains Node

A Substrate-based blockchain node written in Rust, designed for operation of Cardano Partner Chains, this node facilitates the creation and management of sidechains that integrate seamlessly with the Cardano ecosystem.

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!

Getting Started

These guides are designed to help you set and run your Partner Chains node. Guides are available for three different types of users:

  1. Chain Builder
  2. Permissioned Validator
  3. Registered Validator

NOTE

The guides above are currently aimed at preview testnet only.


Build

Build the Partner Chains node from source with the following command:

cargo build --profile=production

Downloads

Please see the releases page for the latest downloadable binaries and Docker images of the partner-chains-node and partner-chains-cli.

Docker Image

The Docker image for the Partner Chains node is available in the Github Container Registry:

docker pull ghcr.io/input-output-hk/partner-chains/partner-chains-node:latest

How to Use

Refer to the documentation for detailed instructions on how to use the node and CLI tools.