Skip to content

Hyperledger Fabric Spring Boot Starter provides an easy way to get your Spring boot application using Hyperledger Fabric Gateway SDK v2.2 up and running quickly.

Notifications You must be signed in to change notification settings

snicoll/hyperledger-fabric-spring-boot

 
 

Repository files navigation

Hyperledger Fabric Spring Boot Starter

Maven Central javadoc

Hyperledger Fabric Spring Boot Starter provides an easy way to get your Spring boot application using Hyperledger Fabric Gateway SDK v2.2 up and running quickly.

To use the Hyperledger Fabric Spring Boot Starter in your projects you can include the maven dependency in your project pom file:

<dependency>
  <groupId>com.github.bxforce</groupId>
  <artifactId>hyperledger-fabric-spring-boot</artifactId>
  <version>1.0.0-RELEASE</version>
  <type>pom</type>
</dependency>

Spring configuration

Hyperledger Fabric CA Configuration

  • hyperledger-fabric.ca-client.name The Certificate Authority name.
  • hyperledger-fabric.ca-client.url Http URL for the Fabric's certificate authority services endpoint.
  • hyperledger-fabric.ca-client.pem-file File location for x509 pem certificate for SSL.
  • hyperledger-fabric.ca-client.allow-all-host-names boolen(true/false) override certificates CN Host matching -- for development only.

Hyperledger Fabric Gateway Configuration

  • hyperledger-fabric.gateway.discovery Enable or disable service discovery for all transaction submissions for this gateway.
  • hyperledger-fabric.gateway.network-config The path to the common connection profile.

About

Hyperledger Fabric Spring Boot Starter provides an easy way to get your Spring boot application using Hyperledger Fabric Gateway SDK v2.2 up and running quickly.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%