LayerXcom / cbc-casper-simulator

CBC Casper simulator
MIT License
6 stars 1 forks source link

Add the whole system structure diagram of this simulator #17

Open yudetamago opened 5 years ago

yudetamago commented 5 years ago

Data structure of state

Execution

  1. State transition and serializing it as dict.
  2. Saving the dict as YAML file.
  3. Loading the file and visualizing it.