@dynamic-labs/ethereum-gasless-core
v4.89.0
Published
Pure (no React, no message-transport) implementation of Dynamic's EVM gasless flows: sponsored transactions and EIP-7702 delegation.
Readme
@dynamic-labs/ethereum-gasless-core
Pure (no React, no message-transport) implementation of Dynamic's EVM gasless flows: sponsored transactions and EIP-7702 delegation.
The package mirrors the gasless surface of @dynamic-labs-sdk/evm but is wallet-provider-agnostic: every function receives the viem WalletClient / PublicClient it needs as part of an explicit deps argument, so callers wire the package up against any signer (wallet-connector-core, an in-memory account, an EIP-1193 provider, etc.).
It is consumed by @dynamic-labs/ethereum-gasless-extension on the React Native host and by apps/webview-controller's EthereumGaslessController inside the embedded WebView.
