| Crates.io | pod-contracts |
| lib.rs | pod-contracts |
| version | 0.1.0 |
| created_at | 2025-05-19 10:42:56.86086+00 |
| updated_at | 2025-05-19 10:42:56.86086+00 |
| description | Smart contracts for the pod Network Software Development Kit |
| homepage | https://pod.network/ |
| repository | https://github.com/podnetwork/pod-sdk |
| max_upload_size | |
| id | 1679570 |
| size | 659,967 |
$ forge build
$ forge bind --crate-name pod-contracts --bindings-path ./bindings --alloy-version 0.9.2 --overwrite --force --no-metadata
$ forge fmt
$ forge script script/Counter.s.sol:CounterScript --rpc-url <your_rpc_url> --private-key <your_private_key>