fibercryptowallet icon indicating copy to clipboard operation
fibercryptowallet copied to clipboard

Add Console scripting using ishell

Open stdevMac opened this issue 4 years ago • 0 comments

Feature description

Implement a console inside the app that covers all the core functionalities of the wallet

Is your feature request related to a problem? Please describe. In the electrum wallet for bitcoin the implement a console fully funtional (see here for an example)

Describe the solution you'd like In this case, I like to implement a similar console app inside the wallet using ishell a Golang shell.

Describe alternatives you've considered Other alternatives are

  • Implement a DSL(Domain Specific Language) that covers all the wallet functionalities.
  • Implement a REPL(Repeat Eval Print Loop) using gore(Yet Another Golang RPEL), and with this create an REPL that import all the core functionalities.

stdevMac avatar Nov 01 '19 22:11 stdevMac