fibercrypto / fibercrypto/fibercryptowallet
Add console scripting using python REPL
- Dominant language
- Go
- Stars
- 29
- Forks
- 15
- PR merge metrics
- No merged PRs in 30d
Description
**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](https://github.com/abiosoft/ishell)
- Implement a REPL in Golang using [gore](https://github.com/motemen/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
Contributor guide
Assessment
This issue has not been assessed yet.