We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b197eb commit f1c0f63Copy full SHA for f1c0f63
1 file changed
README.md
@@ -37,10 +37,16 @@ npm install erc-payable-token
37
### Foundry
38
39
```bash
40
+forge install OpenZeppelin/openzeppelin-contracts
41
forge install vittominacori/erc1363-payable-token
42
```
43
-Add `erc-payable-token/contracts/=lib/erc1363-payable-token/contracts/` in `remappings.txt`.
44
+Add the below in `remappings.txt`:
45
+
46
+```bash
47
+@openzeppelin/contracts/=lib/openzeppelin-contracts/contracts/
48
+erc-payable-token/contracts/=lib/erc1363-payable-token/contracts/
49
+```
50
51
## Usage
52
0 commit comments