Create new key pair

In order to communicate to blockchain you will need a par of private and public keys to sing transactions.

To generate new key pair execute (server must be already running)

./scripts/keypair.sh

In response you will see output similar to the following

demo@test:~/quickstart# ./keypair.sh 
{"publicKey":"ItUkuvwZ2+HG46bqi/iwZi9tQB7W9wQ2X0U562UzPsI=","privateKey":"zA9BE7kRRWJ1NrDQVif/uyjnkIh/LsC1xXGLhyAMen8="}

Last updated

Was this helpful?