Guides
Step-by-step guides for common workflows
Available Guides
Quick Navigation
Topic
Description
Guide
Related Documentation
Last updated
Step-by-step guides for common workflows
Comprehensive guides for working with the Seismic Alloy (Rust) SDK.
Complete guide to sending shielded transactions with encrypted calldata. Covers:
Setting up a signed provider
Defining contract interfaces with the sol! macro
Encoding calldata and building transactions
Auto-encryption for functions with shielded parameters, and .seismic() for others
Sending and confirming transactions
Security parameters and expiration windows
Guide to executing signed reads (encrypted eth_call). Covers:
Why signed reads exist and when you need them
Using seismic_call() for encrypted requests and responses
Decoding decrypted return data
Comparison with transparent reads
Contract Interaction - Shielded and transparent call patterns
Examples - Runnable code examples
Provider - Provider setup and configuration
Installation - Cargo setup and dependencies
Last updated

