A lightweight Hyperledger Fabric client.
Fabric Console main features:
- Connect fabric network using connection profile.
- User management.
- Channel management and query.
- Chaincode management.
Forked from electron-api-demos, which is a desktop app that interactively and with sample code demonstrates core features of the Electron API. It's built with Electron, too, of course. This app works on Windows, macOS and Linux operating systems.
Set up balance transfer network.
You'll need Node.js installed on your computer in order to build this app.
$ git clone https://github.com/zhangmin510/fabric-console
$ cd fabric-console
$ npm i -g cnpm
$ cnpm i
$ ./node_modules/.bin/electron-rebuild
$ npm run dev
Integrate fabric-client
with electron using electron-rebuild
(reference: https://electronjs.org/docs/tutorial/using-native-node-modules
Use files in artifacts
to play with fabric console.
Run balance transfer API demo using fabric console.