Launch the Node
Overview
In this section, we will launch the node with our newly modified runtime.
Compile
First, we compile our new runtime:
You can see that assembly/pallets/generated/dispatcher.ts file has changed. Namely, we now have a dispatch call for our new module:
Launch
Now that we have newly compiled runtime, it's time to launch the node. But first, make sure to generate new raw spec file, since we made changes in our runtime:
And now, this will launch the node:
Also, make sure to insert you Aura keys, so that the node starts the block production.
Last updated