subfolder

This commit is contained in:
JulesCrown 2024-02-27 17:55:38 +01:00
parent 28844ce043
commit 7decc4c32d
16 changed files with 0 additions and 6 deletions

View file

@ -1,18 +0,0 @@
## Build
```
forge build
```
## Test
```
forge test
```
## Deploy
```
source .env
forge script script/Deploy.sol:GoerliScript --broadcast --verify --rpc-url ${GOERLI_RPC_URL}
```