API Reference
Core Python SDK types and EIP-712 helpers
Last updated
Core Python SDK types and EIP-712 helpers
Low-level types and helpers exported by seismic_web3.
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

