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.

27 lines
749 B

3 years ago
  1. ---
  2. layout: simple
  3. ---
  4. ## ToyChain Settings
  5. In order to have a functional blockchain you need
  6. 1. [generate][1] a node [keypair][9] (ECDSA for signing transactions)
  7. 1. [register][2] as a miner by creating a coinbase transaction
  8. 1. create [genesis][3] block
  9. 1. update [config][10] file (and restart API)
  10. 1. connect to peers on the [network][4]
  11. 1. collect transactions from [txpool][5] and validate them
  12. 1. [minepool][6]
  13. 2. [explore][8] the [chain][7]
  14. [1]: /admin/keygen.html
  15. [2]: /admin/register.html
  16. [3]: /docs/genesis.html
  17. [4]: /api/nodes.html
  18. [5]: /docs/txpool.html
  19. [6]: /api/minepool.html
  20. [7]: /docs/chain.html
  21. [8]: /api/explore.html
  22. [9]: /api/v0.0/getcas?dir=secrets&addr=keys
  23. [10]: /admin/config.html
  24. [11]: /api/v0.0/getcas?dir=.&addr=config