Guide to working with EVM chains using the Para Swift SDK
ParaEvmSigner
class. This guide demonstrates how to perform common operations such as signing messages, signing transactions, and sending transactions on EVM chains.
ParaManager
instanceParaEvmSigner
by providing your Para manager, an RPC URL, and optionally a wallet ID:
YOUR_API_KEY
with your actual API key from providers like Infura, Alchemy, or your own RPC node.selectWallet
method:
EVMTransaction
model to represent transactions:
EVMTransaction
model supports smart contract interactions: