Import
Usage
Limitations
Whenaddress is supplied, the factory resolves it before returning the signer. It does not create or fund a wallet.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Creates an ethers v6 signer for a selected Para EVM wallet.
import type { Para as ParaServer } from '@getpara/server-sdk';
import { createParaEthersSigner } from '@getpara/ethers-v6-integration';
declare const para: ParaServer; // An authenticated Para Server client with a loaded EVM wallet.
const signer = createParaEthersSigner({ para, walletId: 'wallet-id' });
address is supplied, the factory resolves it before returning the signer. It does not create or fund a wallet.