Providers
Context providers for Open Ledger components
Providers are React context providers that make data and functionality available to components throughout your application.
OpenLedgerProvider
The root provider for the Open Ledger SDK, required for all applications using the SDK.
Using Entity Access Token
Alternatively, you can authenticate using an entity access token:
Props
*Either developerId+developerSecret OR accessToken is required
AccessTokenObject
ThemeConfig
AccountsProvider
Provider for account-related data and operations.
TransactionsProvider
Provider for transaction-related data and operations.
OLRuntimeProvider
Provider for AI-powered features and runtime capabilities.
MainLayout
A layout component that provides consistent structure for all Open Ledger views.