You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

749 B

layout
simple

ToyChain Settings

In order to have a functional blockchain you need

  1. generate a node keypair (ECDSA for signing transactions)
  2. register as a miner by creating a coinbase transaction
  3. create genesis block
  4. update config file (and restart API)
  5. connect to peers on the network
  6. collect transactions from txpool and validate them
  7. minepool
  8. explore the chain