kadena-io / juno

Smart Contracts Running on a BFT Hardened Raft
BSD 3-Clause "New" or "Revised" License
453 stars 53 forks source link

API back REPL #18

Closed libby closed 8 years ago

libby commented 8 years ago

Adding a REPL that is back by the Juno API (http calls) and outputs the JSON response. To run stack exec -- junorepl Supports the normal commands: $> ObserveAccounts $> CreateAccount Acct1 $> AdjustAccount Acct1 100.0 $> Poll {requestId} $> transfer(Acct1->Acct2, 1%1) and batching, submitting a batch of size X of the supplied command. $> batch test: 500 transfer(Acct1->Acct2, 1 % 1)