Skip to content

Commit

Permalink
Add NFT mint api (#246)
Browse files Browse the repository at this point in the history
* set setRequiredAuthorization to false once use finished the task

* implement /mint endpoint and /nft endpoint
  • Loading branch information
yuanmomo authored May 15, 2024
1 parent 0b6869f commit eb41a5d
Show file tree
Hide file tree
Showing 19 changed files with 27,174 additions and 19 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ RUN apk --no-cache add bash curl wget

EXPOSE 8080

COPY NFT-DL-WARCRAFT.json /config/NFT-DL-WARCRAFT.json

ENV DEBUG_OPTS="-agentlib:jdwp=transport=dt_socket,address=9093,server=y,suspend=n"
ENV JAVA_OPTS="-Dfile.encoding=UTF-8 -Xmx256m -Xms256m -Xmn128m -Xss512k -XX:MetaspaceSize=128m -XX:MaxMetaspaceSize=256m -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/logs/heap_error.log"

Expand Down
Loading

0 comments on commit eb41a5d

Please sign in to comment.