zhangmin510 / fabric-console

A lightweight Hyperledger Fabric client powered by electron

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A lightweight Hyperledger Fabric client powered by electron

License:MIT License


Languages

Language:JavaScript 66.2%Language:HTML 17.4%Language:CSS 11.2%Language:Go 3.7%Language:Shell 1.5%