Counterparty-cli for counterblock

Hey,

is there an interface like the counterparty-cli for the counterblock API (esp. the dex Module)?
Would be nice not to craft the calls by hand just to start playing around with the counterblock API functionality ;).

Hi

Maybe you can build a wrapper script that “translates” your CLI into counterblock API alls (via curl, or other).

Or maybe you can try to use Sqlite (not good for production, but good enough for playing around with).

You can get the schema by dumping it from Sqllite CLI (or by checking counterblock API source on Github, I suppose).