0.6.5 • Published 4 years ago

@storagestack/blockstack-provider v0.6.5

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

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.

0.6.3

4 years ago

0.6.2

4 years ago

0.6.5

4 years ago

0.6.4

4 years ago

0.6.0

4 years ago

0.5.0

4 years ago

0.4.10

4 years ago

0.4.11

4 years ago

0.4.12

4 years ago

0.4.9

4 years ago

0.4.8

4 years ago

0.3.0

4 years ago

0.4.5

4 years ago

0.4.7

4 years ago

0.4.6

4 years ago

0.4.1

4 years ago

0.4.0

4 years ago

0.4.3

4 years ago

0.2.0

4 years ago

0.1.6

5 years ago

0.1.5

6 years ago

0.1.4

6 years ago