Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.47 KB

File metadata and controls

44 lines (28 loc) · 1.47 KB

Fabric Console

JavaScript Standard Style

A lightweight Hyperledger Fabric client.

Fabric Console main features:

  1. Connect fabric network using connection profile.
  2. User management.
  3. Channel management and query.
  4. Chaincode management.

fabric-console

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.

Get started

Prerequisites

Set up balance transfer network.

Start Fabric Console

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

Play

Use files in artifacts to play with fabric console.

Run balance transfer API demo using fabric console.