- Eclipse IDE (tested with Luna)
- Java 1.8
- Apache Maven (tested with 3.5.2)
- Apache Tomcat (tested with 8.0)
- 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.
- Rest API's for Install, Instantiate, Invoke, Query chaincode.
- Documentation on Rest API's