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.
 
 
 
 
 
 

393 B

Design Notes

Initial design choices

  • protocol/routing/network layer: websockets (multi nonblocking clients)
  • server-side fileformat : yaml
  • client-side fileformat : JSON

Language choice:

serverside: perl (or nodejs) clienside: javascript

block chain structure

minimally sized blocks :

  • segreated signature, timestamp, audit etc.
  • block: {address, previous, pow}