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:
renjithpta 2022-04-08 19:30:09 +05:30
parent 4fdeab65db
commit 4117e1f707
6 changed files with 0 additions and 1 deletions

1
token-erc-721/chaincode-java/Dockerfile Normal file → Executable file
View file

@ -8,7 +8,6 @@ COPY build.gradle ./
# Build and package our code
RUN gradle --no-daemon build shadowJar -x checkstyleMain -x checkstyleTest
# the second stage of our build just needs the compiled files
FROM openjdk:11-jre
ARG CC_SERVER_PORT=9999

0
token-erc-721/chaincode-java/build.gradle Normal file → Executable file
View file

View file

0
token-erc-721/chaincode-java/gradlew vendored Normal file → Executable file
View file

0
token-erc-721/chaincode-java/gradlew.bat vendored Normal file → Executable file
View file

0
token-erc-721/chaincode-java/settings.gradle Normal file → Executable file
View file