SDKs
SDKs are packages that reduce the boilerplate for bootstrapping a wallet to a minimum.
- @exodus/headless: platform-agnostic extensible Exodus wallet SDK, including core features such as seed phrase management, transaction signing, blockchain metadata, balances and others.
- @exodus/headless-react: React and Redux bindings for
@exodus/headless
. - @exodus/argo: the inversion of control setup that powers
@exodus/headless
. No features included. You most likely want to use@exodus/headless
instead.