![JAR search and dependency download from the Maven repository](/logo.png)
bric-java-sdk.fabric-java-sdk.1.0.source-code.Java.Docker Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fabric-java-sdk Show documentation
Show all versions of fabric-java-sdk Show documentation
This is a fork of Hyperledger Fabric fabric-sdk-java
FROM hyperledger/fabric-javaenv
COPY . /root/chaincode
RUN cd /root/chaincode && gradle -b build.gradle build
RUN cp /root/chaincode/build/chaincode.jar /root
RUN cp /root/chaincode/build/libs/* /root/libs
© 2015 - 2025 Weber Informatics LLC | Privacy Policy