Mubert Parachain Testnet Overview¶
The Mubert Parachain Testnet is a public testing environment for developers to experiment with mubert runtime, collator configurations and ip-onchain pallet without risking real assets.
Network Details¶
Field | Value |
---|---|
Network Name | Mubert Protocol Testnet |
Relay Chain | Paseo |
Parachain ID | 4724 |
RPC | wss://rpc-testnet.mubert.xyz |
Testing Account | //Alice |
The Mubert Parachain Testnet operates in on-demand mode, meaning it only produces blocks when there are transactions or offchain activities to process.
This setup optimizes resource usage while enabling dynamic execution.
An integrated offchain worker continuously monitors the transaction pool and actively watches for relevant on-chain signals. When a valid extrinsic is detected (e.g., a new entity creation request), the worker:
- Reads the extrinsic payload.
- Submits a new transaction back to the chain with the results.
Connecting to the Testnet¶
You can connect using the Polkadot.js Apps UI:
- Navigate to https://polkadot.js.org/apps
- Select "Custom endpoint" and enter: wss://rpc-testnet.mubert.xyz
- Switch to the parachain via the dropdown in the top left
- or use link https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Frpc-testnet.mubert.xyz#/explorer
Important: Public key should be in the membership pallet, but you can test with //Alice well-known account