vaults-core-sdk-beta
v1.0.24
Published
Unified, framework-agnostic TypeScript SDK for blockchain operations
Readme
vaults-core-sdk
TypeScript SDK for multi-chain wallet and multisig operations.
Installation
npm install vaults-core-sdk
# or
yarn add vaults-core-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.
