fibercrypto / fibercrypto/fibercryptowallet

Add console scripting using python REPL

Open
#204 3 comments 0 reactions 3 assignees Claimed by @m4yk3ldev View on GitHub
core enhancement needs graphics
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.