Closed smartcontracts closed 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.
omg start
omg <command> arguments
Had to make some small modifications so tests pass.
@kfichter Making the MVP client stateless makes things a lot simpler.
Closes #95. Feedback on this is very welcome. Makes the CLI stateless and changes the usage from
omg start
toomg <command> arguments
.Had to make some small modifications so tests pass.