项目作者: nitesh7sid

项目描述 :
Basic Hyperledger Fabric Java SDK test with Rest layer
高级语言: Java
项目地址: git://github.com/nitesh7sid/fabric-java-sdk-app.git
创建时间: 2018-02-01T10:35:31Z
项目社区:https://github.com/nitesh7sid/fabric-java-sdk-app

开源协议:

下载


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