We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 432bae8 commit 556b215Copy full SHA for 556b215
README.md
@@ -1,6 +1,6 @@
1
-# ERC20
+# Empty
2
3
-A basic ERC20 token contract.
+An empty smart contract set with an example contract
4
5
## Get started
6
@@ -9,7 +9,7 @@ Launch this smart contract set in the SettleMint Blockchain Transformation platf
9
If you want to use it separately, bootstrap a new project using
10
11
```shell
12
-forge init my-erc20-token --template settlemint/solidity-token-erc20
+forge init my-contract --template settlemint/solidity-empty
13
```
14
15
## DX: Foundry & Hardhat hybrid
0 commit comments