In order to implement the bundle plugin, we first need a facility for storage. Define a protocol for storage, with functions for reading and writing, and provide an in-memory implementation that we may use for data provided through bundles. I don't believe we'll need more than a simple atom, at least not to start with. Since they already provide atomic swaps, the implementation should be fairly simple.
In order to implement the bundle plugin, we first need a facility for storage. Define a protocol for storage, with functions for reading and writing, and provide an in-memory implementation that we may use for
dataprovided through bundles. I don't believe we'll need more than a simple atom, at least not to start with. Since they already provide atomic swaps, the implementation should be fairly simple.