pod-contracts 0.1.0

Smart contracts for the pod Network Software Development Kit
Documentation
  • Coverage
  • 96.51%
    332 out of 344 items documented0 out of 284 items with examples
  • Size
  • Source code size: 659.46 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 20.21 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Homepage
  • podnetwork/pod-sdk
    3 1 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • ogabrielides

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>