pod-contracts 0.1.0

Smart contracts for the pod Network Software Development Kit
Documentation
### Build

```shell
$ forge build
```

### Generate bindings 

```shell
$ forge bind --crate-name pod-contracts --bindings-path ./bindings --alloy-version 0.9.2 --overwrite --force --no-metadata
```

### Format

```shell
$ forge fmt
```

### Deploy

```shell
$ forge script script/Counter.s.sol:CounterScript --rpc-url <your_rpc_url> --private-key <your_private_key>
```