Import
Usage
Limitations
Use the options-object form. The positional overload is deprecated. The returnedLocalAccount owns viem’s broader account shape, while Para provides the listed signing methods.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Creates a viem v2 LocalAccount backed by a selected Para EVM wallet.
import type { Para as ParaServer } from '@getpara/server-sdk';
import { createParaViemAccount } from '@getpara/viem-v2-integration';
declare const para: ParaServer; // An authenticated Para Server client with a loaded EVM wallet.
const account = createParaViemAccount({ para, walletId: 'wallet-id' });
console.log(account.address);
LocalAccount owns viem’s broader account shape, while Para provides the listed signing methods.