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
SeismicSignedProviderto instantiate a client that can sign transactions (e.g. wallet client)Use
SeismicUnsignedProviderfor a read-only client (e.g. public)
Last updated

