注册
登录
以太坊
>>
fabric-java-sdk-app
>>
返回
项目作者:
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
Eclipse
IDE (tested with Luna)
Java
1.8
Apache Maven
(tested with 3.5.2)
Apache Tomcat
(tested with 8.0)
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