We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5474aa7 commit 1a9d769Copy full SHA for 1a9d769
Dockerfile
@@ -8,7 +8,7 @@ WORKDIR /
8
9
RUN git config --global user.email "hello@settlemint.com" && \
10
git config --global user.name "SettleMint" && \
11
- forge init usecase --template settlemint/solidity-empty && \
+ forge init usecase --template settlemint/solidity-token-erc721a && \
12
cd usecase && \
13
forge build
14
0 commit comments