Clients

Typescript

Seismic maintains seismic-viem, which composes with viem to make calls to an RPC provider

The documentation for seismic-viem can be found here

Rust

Seismic maintains seismic-alloy, which contains a crate called seismic-alloy-provider

  • Use SeismicSignedProvider to instantiate a client that can sign transactions (e.g. wallet client)

  • Use SeismicUnsignedProvider for a read-only client (e.g. public)

Last updated