UNPKG

nucypher-experimental-taco-storage

Version:

TypeScript SDK for encrypted data storage with TACo (Threshold Access Control), supporting multiple storage providers including IPFS and SQLite

9 lines 304 B
/** * IPFS storage adapters */ export { BaseIPFSAdapter } from './base'; export { KuboAdapter } from './kubo'; export { HeliaAdapter } from './helia'; // For backward compatibility, export KuboAdapter as IPFSAdapter export { KuboAdapter as IPFSAdapter } from './kubo'; //# sourceMappingURL=index.js.map