Skip to Content
API referenceOrbit EVMSrcComponentscreateSoladySmartAccount()

API Reference for TUWA Orbit framework-agnostic multi-chain primitives


createSoladySmartAccount()

createSoladySmartAccount(params): Promise<SoladySmartAccount>

Defined in: packages/orbit-evm/src/utils/bundlerUtils.ts:220 

Instantiates a Solady ERC-4337 smart account with automatic wallet signing delegation and Solady factory-compliant deterministic salt.

Parameters

params

CreateSoladySmartAccountParams

Configuration parameters including client and walletClient.

Returns

Promise<SoladySmartAccount>

Promise resolving to the initialized SoladySmartAccount.

Last updated on