omgnetwork / plasma-mvp

OmiseGO's research implementation of Minimal Viable Plasma
MIT License
561 stars 158 forks source link

Update and clean up README #39

Closed smartcontracts closed 6 years ago

smartcontracts commented 6 years ago

The current README.md can probably be cleaned up a little bit. For example, the inputs to the CLI commands should be better documented:

deposit [amount] [key]

submit_block [key]

etc etc

smartcontracts commented 6 years ago

Actually, it's probably better to pull out the CLI entirely and distribute child_chain as its own package. This is generally in line with separating services/clients.