mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-25 19:15:10 +00:00
Java erc20 nft token standard chaincode implementation. Signed-off-by: renjithpta <renjithkn@gmail.com>
Signed-off-by: renjithpta <renjithkn@gmail.com>
This commit is contained in:
parent
4fdeab65db
commit
4117e1f707
6 changed files with 0 additions and 1 deletions
1
token-erc-721/chaincode-java/Dockerfile
Normal file → Executable file
1
token-erc-721/chaincode-java/Dockerfile
Normal file → Executable file
|
|
@ -8,7 +8,6 @@ COPY build.gradle ./
|
||||||
# Build and package our code
|
# Build and package our code
|
||||||
RUN gradle --no-daemon build shadowJar -x checkstyleMain -x checkstyleTest
|
RUN gradle --no-daemon build shadowJar -x checkstyleMain -x checkstyleTest
|
||||||
|
|
||||||
|
|
||||||
# the second stage of our build just needs the compiled files
|
# the second stage of our build just needs the compiled files
|
||||||
FROM openjdk:11-jre
|
FROM openjdk:11-jre
|
||||||
ARG CC_SERVER_PORT=9999
|
ARG CC_SERVER_PORT=9999
|
||||||
|
|
|
||||||
0
token-erc-721/chaincode-java/build.gradle
Normal file → Executable file
0
token-erc-721/chaincode-java/build.gradle
Normal file → Executable file
0
token-erc-721/chaincode-java/docker/docker-entrypoint.sh
Normal file → Executable file
0
token-erc-721/chaincode-java/docker/docker-entrypoint.sh
Normal file → Executable file
0
token-erc-721/chaincode-java/gradlew
vendored
Normal file → Executable file
0
token-erc-721/chaincode-java/gradlew
vendored
Normal file → Executable file
0
token-erc-721/chaincode-java/gradlew.bat
vendored
Normal file → Executable file
0
token-erc-721/chaincode-java/gradlew.bat
vendored
Normal file → Executable file
0
token-erc-721/chaincode-java/settings.gradle
Normal file → Executable file
0
token-erc-721/chaincode-java/settings.gradle
Normal file → Executable file
Loading…
Reference in a new issue