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.

19 lines
438 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][2] ([ECDSA] for signing transactions)
  7. 1. [register][4] as a miner by creating a coinbase transaction
  8. ### comming soon :
  9. 1. [new-settings](new-settings.html)
  10. [1]: /admin/keygen.html
  11. [2]: /api/v0.0/getcas?dir=secrets&addr=keys
  12. [3]: /api/v0.0/getyml?f=secrets/keys.yml&encode=json
  13. [4]: /admin/register.html