/infra-did-parachain

An DID node using the Substrate Blockchain Framework.

Primary LanguageRustGNU General Public License v3.0GPL-3.0

Infra DID parachain

🚀 Getting Started

🦀 Rust Setup

Make sure you have Rust installed along with everything that's needed to compile a substrate node. More details here.

🔧 Build

  1. Clone the Infra DID parachain repository:
git clone https://github.com/InfraBlockchain/infra-did-parachain
  1. Use cargo to build the parachain node without launching it:
cargo build --release

🕸️ Run a local network

You will need a compatible release of infrablockchain-substrate to run a local network. You may also want to use Zombienet (available for Linux and MacOS), for spinning up a full fledged relay chain - parachain environment. You can find more information about running a local test network HERE