added readme

This commit is contained in:
JulesCrown 2023-11-21 21:24:48 +01:00
parent b85ce55f94
commit 76591ddd4f

18
README.md Normal file
View file

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