Mubert Parachain¶
An Ethereum compatible Parachain with native IP-Onchain support built with the Polkadot-SDK.
Build the Mubert Parachain Node¶
If you're new to working with Substrate-based blockchains, see Polkadots's Getting Started Guide.
# Fetch the code
git clone https://github.com/Mubert-Web3/mubert-parachain
cd mubert-parachain
# Build the node
cargo build --release
Starting a Development Chain¶
Relay chain prerequisites¶
Download the polkadot (and the accompanying polkadot-prepare-worker and polkadot-execute-worker) binaries from
Polkadot SDK releases. Then expose them on PATH like so:
export PATH="$PATH:<path/to/binaries>"
Run the Mubert Parachain Node¶
For setup, please consider the instructions for zombienet installation here
We're left just with starting the network:
zombienet --provider native spawn zombienet.toml
Connect with the Polkadot-JS Apps Front-End¶
-
🌐 You can interact with your local node using the hosted version of the Polkadot/Substrate Portal: relay chain and parachain.
-
🪐 A hosted version is also available on IPFS.
-
🧑🔧 You can also find the source code and instructions for hosting your own instance in the
polkadot-js/appsrepository.