@storagestack/blockstack-provider
TypeScript icon, indicating that this package has built-in type declarations

0.6.5 • Public • Published

Blockstack provider

This is the implementation of a blockstack provider within storage stack.

Provider

A provider is an abstract definition of a storage mechanism. Every provider can set, get and delete content.

You can register a provider on the application object of storagestack.

ss.registerProvider(new BlockstackProvider());

Or when you want to use a pattern ...

ss.registerProvider(new BlockstackProvider(), '*-index.json');

Take a look in the core library to the provider interface.

Package Sidebar

Install

npm i @storagestack/blockstack-provider

Weekly Downloads

0

Version

0.6.5

License

ISC

Unpacked Size

15.2 kB

Total Files

5

Last publish

Collaborators

  • jorishermans