```shell
$ forge build
```
```shell
$ forge bind --crate-name pod-contracts --bindings-path ./bindings --alloy-version 0.9.2 --overwrite --force --no-metadata
```
```shell
$ forge fmt
```
```shell
$ forge script script/Counter.s.sol:CounterScript --rpc-url <your_rpc_url> --private-key <your_private_key>
```