kit key gen
to generate an Ed25519 keypair. MakeOS uses Ed25519 public key signature system for signing and verifying operations.kit key gen
command will not match the output in the example above. This is normal.kit init
command tags the following flags when initializing a new node:-v
: The list of public keys of the nodes that will become the initial network validators.-k
: The validator private key of the node.-t
: The network's official launch Unix timestamp. $HOME/.kit_n{1-4}
.n1
. n2
, n3
and n4
, connecting them to n1
. 1/3
of nodes failing; 1 validator can go offline or become unresponsive and the network will still continue to create new blocks and process transactions.n1
and start a console session with the following commandkit key gen
to generate an address but since we are already in the console, you can use util.genKey
method.2,000,000
coins for development or testing purpose. The account's address and private key can be accessed via dev.accountAddress
and dev.accountKey
respectively. user.send
method. user.getBalance
to check the account balance of an address.