Register on the Local Relay Chain

Register on the Local Relay Chain

  • a. Open the browser, click on Developer, select Sudo.

  • b. On the left, select paraSudoWrapper, on the right, select sudoScheduleParaInitialize(id,genesis).

  • c. For id, enter 2000. For genesisHead, choose file upload and upload the genesis file para-2000-genesis-state generated in the steps above. For ValidationCode, choose file upload and upload the file para-2000-wasm generated above. For paraKind, 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