In this series of articles I will be researching PUBLIQ blockchain and development on top of this technology.
PUBLIQ is an independent blockchain and every participant of PUBLIQ blockchain has a public and private key set that is used for identifying and verifying the transactions in it.
The public key is visible for everybody and it is used for identification while private key is kept in secret by owner and is used only to sign the transactions that owner wants to perform to prove all blockchain participants that transaction was initiated by the owner of public key.
Slog generates public/private key pair for you and backs up private key encrypted with your password. You can find them in Profile -> Settings.
In next articles we will go through the process of Setting up the node and generating your own key pair on your local machine without using any service.
You will also be given Recovery phrase which is not usable in development and its sole purpose is to be stored safely in case you lose your private key and need to restore it.
Next article will be about setting up PUBLIQ node on MacOS