fibercrypto / fibercrypto/skycoin-ledger-nano
Go wrapper
Open
enhancement
- Dominant language
- C
- Stars
- 0
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Now, to work with our app we have a bunch of python scripts, but generally, they were done for debugging purposes. Overall, all skycoin code is written on Go, so it would be nice to do a Go wrapper over this BOLOS app, so then it can be easily used by anyone else.
The main idea is to implement some abstraction over the APDU requests, which are already done in the BOLOS app. So, then a user of this wrapper will not care about how to send the data, in which format and etc. and can just to call functions from Go wrapper.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.