mirror of
https://github.com/placeholder-soft/web.git
synced 2026-05-12 23:23:57 +08:00
update file path for new NFT contract in description (#1048)
Co-authored-by: wbnns <hello@wbnns.com>
This commit is contained in:
@@ -130,7 +130,7 @@ To add the OpenZeppelin Contracts library to your project, run:
|
||||
forge install openzeppelin/openzeppelin-contracts
|
||||
```
|
||||
|
||||
In your project, delete the `src/Counter.sol` contract that was generated with the project and add the above code in a new file called `contracts/NFT.sol`. (You can also delete the `test/Counter.t.sol` and `script/Counter.s.sol` files, but you should add your own tests ASAP!).
|
||||
In your project, delete the `src/Counter.sol` contract that was generated with the project and add the above code in a new file called `src/NFT.sol`. (You can also delete the `test/Counter.t.sol` and `script/Counter.s.sol` files, but you should add your own tests ASAP!).
|
||||
|
||||
To compile our basic NFT contract using Foundry, run:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user