Development Tools
Last updated
Was this helpful?
Last updated
Was this helpful?
Hyperledger Fabric () is intended as a foundation for developing applications or solutions with a modular architecture. Its modular and versatile design satisfies a broad range of industry use cases.
Nodejs () is an open-source, cross-platform JavaScript run-time environment that executes JavaScript code server-side.
TypeScript () is an open-source language which builds on JavaScript, one of the world’s most used tools, by adding static type definitions.
Docker () is a computer program that performs operating-system-level virtualization, also known as Containerization.
- latest
- latest
- latest
- latest
- v14.17
TypeScript - v4.3.4
You could use your local docker containers or create a cloud account in IBM Cloud, Azure, AWS or Google Cloud Platform.
The development environment for this application is Google Cloud Platform which can provide enough resources to run the Hyperledger Fabric.
Create an instance in Google Cloud Platform
Install Pony SSH plugin in VSC
The IBM Blockchain Platform Developer Tools can be installed as a VS Code extension on your local system to make easier your development:
Install Pony SSH plugin in VSC
Install Docker Plugin in VSC
Blockchain explorer provides a dashboard for viewing information about transactions, blocks, node logs, statistics, and smart contracts available on the network. Users will be able to query for specific blocks or transactions and view the complete details. Blockchain explorer can also be integrated with any authentication/authorization platforms (commercial/open source) and will provide appropriate functionality based on the privileges available to the user.
Hyperledger Fabric ledger data can be viewed using the Apache CouchDB and Fauxton Web GUI.
Fauxton provides full access to all of CouchDB’s features and makes it easy to work with some of the more complex ideas involved. With Fauxton we can create and destroy databases; view and edit documents; compose and run MapReduce views; and trigger replication between databases.
To load Fauxton in your browser, visit:
In order to improve development experience of the GCP Linux VM a GUI component can be installed.
More information about can be found in the link. You could also try Futon Web GUI as a Fauxton alternative.