Skip to content

Developing with sothis

vukasin gostovic edited this page Aug 3, 2023 · 2 revisions

Sothis can be used as a rust crate in your projects. You can add it to your project with cargo: cargo add sothis

RPC

Sothis has a lightweight wrapper built around the Eth JSON-RPC spec. It supports most common calls and some anvil/hardhat ones. It depends on serde and reqwest. RpcConnection can be used as an alternative to ethers-rs and alloy-rs in most cases. Check out the examples below for more info:

Examples

To learn how you can utilize sothis in your program, please see the following examples:

COMING SOON BUT ITS EZ DW