Import
Usage
Limitations
The returned account exposes viem’sLocalAccount shape. This package implements signMessage, signTransaction, and signTypedData; other account behavior is owned by viem.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Creates a viem v1 LocalAccount that signs with a Para EVM wallet.
import type { Para as ParaServer } from '@getpara/server-sdk';
import { createParaAccount } from '@getpara/viem-v1-integration';
declare const para: ParaServer; // An authenticated Para Server client with a loaded EVM wallet.
const account = createParaAccount(para);
console.log(account.address);
LocalAccount shape. This package implements signMessage, signTransaction, and signTypedData; other account behavior is owned by viem.