jolocom / jolocom-sdk

A tool kit for integration with SSI
Apache License 2.0
31 stars 9 forks source link

Default in-memory storage implementation #17

Closed chunningham closed 4 years ago

chunningham commented 4 years ago

Scope of the feature

A naive implementation of the IStorage interface using simple objects as maps. This is useful for development and testing.

Tasks

Enumerate the tasks that are needed to implement the feature

Additional important information

It should be made clear to library consumers that this is not intended for production use.