Make sure you have Rust installed along with everything that's needed to compile a substrate node. More details here.
- Clone the Infra DID parachain repository:
git clone https://github.com/InfraBlockchain/infra-did-parachain
- Use
cargo
to build the parachain node without launching it:
cargo build --release
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