pod-contracts

Crates.iopod-contracts
lib.rspod-contracts
version0.1.0
created_at2025-05-19 10:42:56.86086+00
updated_at2025-05-19 10:42:56.86086+00
descriptionSmart contracts for the pod Network Software Development Kit
homepagehttps://pod.network/
repositoryhttps://github.com/podnetwork/pod-sdk
max_upload_size
id1679570
size659,967
Alex Brezas (abresas)

documentation

https://docs.rs/pod-contracts

README

Build

$ forge build

Generate bindings

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

Format

$ forge fmt

Deploy

$ forge script script/Counter.s.sol:CounterScript --rpc-url <your_rpc_url> --private-key <your_private_key>
Commit count: 371

cargo fmt