harb/onchain/README.md

18 lines
183 B
Markdown
Raw Normal View History

2023-11-21 21:24:48 +01:00
## Build
```
forge build
```
## Test
```
forge test
```
## Deploy
```
source .env
forge script script/Deploy.sol:GoerliScript --broadcast --verify --rpc-url ${GOERLI_RPC_URL}
```