codeAPI Reference

Core Python SDK types and EIP-712 helpers

Low-level types and helpers exported by seismic_web3.

Sections

Quick example

from seismic_web3 import PrivateKey, SEISMIC_TESTNET, SRC20_ABI

pk = PrivateKey.from_hex_str("0x...")
w3 = SEISMIC_TESTNET.wallet_client(pk)
token = w3.seismic.contract("0xTokenAddress", SRC20_ABI)

Last updated