Skip to content

GoldenOwlAsia/hyperledger-fabric-api-client

Repository files navigation

Hyperledger fabric API client

This is a starter template that interacts between Hyperledger Fabric Peers and a front end. Currently, this boilerplate provides the following features:

  • Connects out of the box with the fabcar sample network
  • Express backend built with typescript using Nest
  • Restful routing to connect a custom frontend
  • Automatic OpenAPI (Swagger) generation
  • Fabric Client and Fabric Ca CLient abstraction

Installation

Make sure you have loaded FabCar hyperledger fabric network Read this guide

Install packages: npm install

Add environment variables in .env file and start server: npm start

Testing

Running test by: npm test

About

Hyperledger fabric api typescript template

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published