vaults-multichain-sdk
v1.7.9
Published
Unified, framework-agnostic TypeScript SDK for multi-chain wallet and multisig operations (EVM, Solana, Tron, Bitcoin, Cardano, XRP).
Downloads
2,301
Maintainers
Readme
vaults-multichain-sdk
TypeScript SDK for multi-chain wallet and multisig operations. Supports EVM (Ethereum, Polygon, Base, Arbitrum, Optimism, BNB, Avalanche), Solana, Tron, Bitcoin, Cardano (ADA), and XRP Ledger.
Installation
npm install vaults-multichain-sdk
# or
yarn add vaults-multichain-sdkBrowser note: add
bufferas a dependency and shim it before importing the SDK.
Build
yarn buildOutputs to dist/:
dist/index.js— ESMdist/index.cjs— CommonJSdist/index.d.ts— Type declarations
Cardano WASM (
@emurgo/cardano-serialization-lib-browser) is excluded from the bundle and loaded dynamically at runtime.
