Bump actions/upload-artifact from 7.0.0 to 7.0.1 (#540)
Signed-off-by: dependabot[bot] support@github.com Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9
京公网安备 11010802032778号
Hyperledger Fabric Chaincode Java
This is a Java based implementation of Hyperledger Fabric chaincode shim APIs, which enables development of smart contracts using the Java language.
This project creates
fabric-chaincode-shimjar files for developers’ consumption and thehyperledger/fabric-javaenvdocker image to run Java chaincode.Getting Started
Application developers interested in developing Java smart contracts for Hyperledger Fabric should read the JavaDoc which includes download information, and links to documentation and samples.
Project structure
fabric-chaincode-shim
Contains the java shim classes that define Java chaincode API and way to communicate with Fabric peers.
fabric-chaincode-docker
Contains instructions to build the
hyperledger/fabric-javaenvdocker image.fabric-chaincode-integration-test
Contains higher level tests for Java chaincode.
examples
The following technical examples are in this repository. Please see the tutorials in the documentation
‘dev’ main branch builds
These ‘dev’ drivers are built from the main branch only, and have a version format including the date for example
2.3.1.dev.20210303. They are published to Artifactory. These can be accessed via the repository atThey can be accessed in a build file like this
Building and testing
Make sure you have the following prereqs installed:
Clone the repository if you haven’t already.
Build java shim jars (proto and shim jars) and install them to local maven repository.
Build javaenv docker image, to have it locally.
Compatibility
For details on what Java runtime and versions of Hyperledger Fabric can be used please see the compatibility document.
This work is licensed under a Creative Commons Attribution 4.0 International License