iotaledger/stronghold.rs

REPL option

vuongDang opened this issue · 0 comments

Description

Provide a REPL (Read Eval Print Loop) for Stronghold.
This would be an option to the current command line utility.

Motivation

Currently Stronghold has a command line utility which uploads and offloads after every command. Having REPL will allow us to chain multiple procedures in a row. I believe it would improve usability and testing.

Requirements

Write a list of what you want this feature to do.

  1. Move current client examples to products
  2. Improve the current command line to have a REPL mode
  3. Write some test cases

Are you planning to do it yourself in a pull request?

Yes