Set Up
Instructions to set up your computer
Last updated
Was this helpful?
Instructions to set up your computer
Last updated
Was this helpful?
Your set up needs to meet the following requirements :
Node >= 14.0.0
make
and curl
packages
To initialise and compile the runtime, follow the steps in the section. The following steps should be completed before the next step of the guide:
Initialise a new Subsembly project:
Compile your runtime:
Generate new chain specification file:
Here, you will need to replace or add a new Aura or GRANDPA authority in the chain spec file. For generating your own keys, refer to Substrate . By default chain spec comes with generic address. If you want a different authority, just add the public address of authority inside the array of authorities:
Convert it to raw:
To learn more about the above commands, please refer to section. After you have successfully completed above steps, go to the next step to see how you can interact with your runtime.