Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 915 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 915 Bytes

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