https://github.com/czar0/fabkit-cli
Hyperledger Fabric CLI toolkit written in Go! (a Fabkit-remake)
https://github.com/czar0/fabkit-cli
bloackchain fabkit hyperledger-fabric
Last synced: about 1 month ago
JSON representation
Hyperledger Fabric CLI toolkit written in Go! (a Fabkit-remake)
- Host: GitHub
- URL: https://github.com/czar0/fabkit-cli
- Owner: czar0
- License: apache-2.0
- Created: 2021-08-10T19:06:16.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-07T10:00:07.000Z (about 2 years ago)
- Last Synced: 2025-04-11T04:06:58.624Z (about 1 month ago)
- Topics: bloackchain, fabkit, hyperledger-fabric
- Language: Go
- Homepage:
- Size: 110 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**Disclaimer: this repo is still working in progress!**
# Fabkit CLI
[Fabkit](https://github.com/everledger/fabkit) is a small utility built with the idea of simplifying the interactions with [Hyperledger Fabric](https://hyperledger-fabric.readthedocs.io/) networks.
While the effort of the authors deserves some credit, by implementing the full codebase in bash scripting (I know, madness) they failed in addressing one of the pillars of the open-source philosophy: openness to contribution.
Oh, by the way, if that sounds too harsh, beware that I am one of the aforementioned.
This is an attempt to give some justice (and power!) to this amazing toolkit by re-implementing the full core in a more versatile, user-friendly and community-spread programming language.