All Projects → olegabu → fabric-starter-admin-web

olegabu / fabric-starter-admin-web

Licence: Apache-2.0 license
Admin web application for Hyperledger Fabric

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Web application for Hyperledger Fabric decentralized application

FOSSA Status

Starter application built with Aurelia to connect to REST API servers and transact on Hyperledger Fabric blockchain network created with Fabric Starter.

Install and build

Install prerequisites: Node.js. This example is for Ubuntu 18:

sudo apt install nodejs npm

Install Aurelia CLI

sudo npm install aurelia-cli -g

Build

npm install && au build --env prod

Create and start the network

Follow instructions on Fabric Starter to create a network of member organizations who will run their REST API servers which will serve this web app.

Development

Run in development

au run --watch

Your web application served by au run in development at http://localhost:9000 will connect to the API server of org a http://localhost:3000.

License

FOSSA Status

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].