Register on the Local Relay Chain
Register on the Local Relay Chain
a. Open the browser, click on
Developer
, selectSudo
.b. On the left, select
paraSudoWrapper
, on the right, selectsudoScheduleParaInitialize(id,genesis)
.c. For
id
, enter 2000. ForgenesisHead
, choose file upload and upload the genesis filepara-2000-genesis-state
generated in the steps above. ForValidationCode
, choose file upload and upload the filepara-2000-wasm
generated above. ForparaKind
, select yes.
Click submit
, followed by sign and submit
. Then, check the explorer to verify that the parachain is syncing with the relay chain.
Test Parachain Block Production
Using polkadot.js, connect to port 8844, initiate a transfer, and verify that blocks are generated as expected.
Last updated