switchboard-evm 0.3.2

A Rust library to interact with Switchboard on EVM based chains.
Documentation
1
2
3
4
5
6
7
8
{
  "name": "switchboard-evm",
  "scripts": {
    "cargo:build": "cargo build",
    "fix": "cargo fmt",
    "test": "cargo test"
  }
}