Developers
TypeScript and Solidity SDKs, REST and GraphQL APIs. Add inheritance, time-locks, and automated release to any wallet or dApp without touching consensus infrastructure.
npm install @vault-protocol/sdk
const sdk = new VaultProtocol({ apiKey, chain: 'bsc' });
const vault = await sdk.createVault({
beneficiaries: ['0xAlice', '0xBob'],
shares: [70, 30],
assets: wallet.getAllAssets()
});
Grants available for wallets and dApps integrating vault protection.