omgnetwork / plasma-mvp

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

Refactored CLI #102

Closed smartcontracts closed 6 years ago

smartcontracts commented 6 years ago

Closes #95. Feedback on this is very welcome. Makes the CLI stateless and changes the usage from omg start to omg <command> arguments.

Had to make some small modifications so tests pass.

DavidKnott commented 6 years ago

@kfichter Making the MVP client stateless makes things a lot simpler.