fibercryptowallet icon indicating copy to clipboard operation
fibercryptowallet copied to clipboard

Add console scripting using python REPL

Open stdevMac opened this issue 4 years ago • 3 comments

Feature description

Implement a console app inside the wallet app that export all the core functionalities to python REPL

Describe the solution you'd like Import in the app a dedicated console with all the core functionalities

Describe alternatives you've considered

  • Implement a DSL for the app functionalities
  • Implement a shell using ishell
  • Implement a REPL in Golang using gore

Possible implementation This are the expected steps to create a python integration

  • [ ] Export using cgo core functionalities
  • [ ] Create using swig a client for the wallet in python
  • [ ] Implement and REPL in python inside the app importing this library

stdevMac avatar Nov 01 '19 22:11 stdevMac

@stdevMac The first item does not belong in this repository . It deserves a whole new issue in fibercrypto/FiberCryptoPy

olemis avatar Nov 01 '19 22:11 olemis

@stdevMac Besides , add links to issues for implementing other console alternatives

olemis avatar Nov 01 '19 22:11 olemis

@stdevMac @stdevHann we can not start working on this until we have initial release for fibercrypto/FiberCryptoPy . Please need issue asap

olemis avatar Nov 01 '19 23:11 olemis