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
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
Running test by: npm test