Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 343 Bytes

File metadata and controls

11 lines (6 loc) · 343 Bytes

Hyperledger Fabric Spring Rest Client

  • Rest call POST/GET: /contract/{operation}/{arguments} perform operation with arguments on the contract specified in the application.properties

To build and run: use mvn spring-boot:run
Application runs on: https://localhost:8080

Dependencies

  • Java 11, Spring-Boot & Maven