Creates an SDK instance and returns helpers for working with it.Documentation Index
Fetch the complete documentation index at: https://docs.startale.com/llms.txt
Use this file to discover all available pages before exploring further.
Signature
Options
The display name shown in the connection popup. Defaults to
'App' if omitted; recommended to set. Maximum length is unconstrained but keep it under 32 characters for readability.HTTPS URL to a square logo. Shown in the connection popup. Must be reachable.
Chain IDs your app supports. Defaults to
[] if omitted; recommended to pass at minimum 1868 (Soneium Mainnet) or 1946 (Soneium Minato).Optional. Filters auth methods, requires linked EOA, sets the wallet popup URL.
Optional. Use a custom paymaster instead of the default Startale sponsorship. See Custom paymaster.
Optional sub-account configuration. See Sub-accounts.
Returns
Returns the EIP-1193 provider. Use it directly or wrap it in a wagmi connector.
Helper methods for managing sub-accounts. See Sub-accounts for the full surface.
Related
startaleConnector, the wagmi connector that wraps this SDK.- Initialization, guidance on which mode to use.