Skip to content

nitesh7sid/fabric-java-sdk-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

Hyperledger Fabric Java SDK v1.0.0

Installation guide

Pre-requisite

Steps

  • Import the fabric-java-sdk-app project in Eclipse IDE as a maven project
  • Maven will download all the dependencies along with the fabric java sdk v1.0.0
  • Add appropriate IP addresses to the network-config file, MSP path.
  • Make changes to the config file with Gopath, endorsement policy file path and network-config path.
  • Run the application on tomcat
  • Rest server will be started at port 8080 with Url http://localhost:8080/fabric-java-sdk-app/api for testing api's.

TODO:

  • Rest API's for Install, Instantiate, Invoke, Query chaincode.
  • Documentation on Rest API's

Releases

No releases published

Packages

No packages published

Languages