Prepare your keys!

Before modifying your customSpec.json with the keys, you will need to prepare your keys.

in this project, we will set up FOUR sets of keys to build the trusted nodes specs.

to do that, the easiest process is to generate your keys on the terminal in your GCP instance.

SSH into your GCP terminal

create node keys

this will create the aura key which will look like this

copy the Secret phrase and insert into the command to create the grandpa

the grandpa key will look like this :

repeat this process FOUR times so you have FOUR SETS of keys to insert into the customSpec.json file

Last updated