Build parachain
How to build our parachain manually
Similar to polkadot, different chain-specs/runtimes are compiled into one single binary. In our case it's:
heima-parachain-runtime (on polkadot)
paseo-parachain-runtime (on paseo)
build parachain manually
git clone
https://github.com/litentry/heima
cd heima
To build the litentry-parachain raw binary manually:
To build the litentry/heima
docker image manually:
To build the heima-parachain runtime wasm manually:
The wasms should be located under target/release/wbuild/heima-parachain-runtime/
Similarly, use make build-runtime-paseo
to build the paseo-parachain-runtime.
pre-built docker images
You can find all the parachain images directly on docker hub. Among them, litentry/heima:latest
is pushed by our github CI and should always contain the latest stable build from the default branch.
pre-built binary releases
You can find all the pre-built binary releases on the github release page.
The binary releases are only built for x64 Linux platforms, to get a binary for other platform, you have compile it manually.
Last updated
Was this helpful?