🔑 Keys
The main strength of the network is on it's keys
Keys are generated directly in the browser:
This creates a key pair of Public and Private keys.
Public Ley: can be public and will be used to verify all signatures generated with this key-pair.
Private Key: is private and not be shared.
For a new key to be allowed to add new blocks to the network, an existing entity (with the proper permissions) must add it through a block with the content:
Last updated