OriginProtocol / origin-js

We've moved to a monorepo: https://github.com/OriginProtocol/origin
MIT License
81 stars 33 forks source link

Pin Origin Listing data on Protocol Labs IPFS cluster #442

Open franckc opened 6 years ago

franckc commented 6 years ago

Protocol Labs offered to pin our content.

We'll need to send them IPFS hashes of our messaging data for pinning. They have a REST API we can call to send them the pins. It is a Go client but hopefully we can implement a simple JS version of it.

A possible solution would be to build this in as a plugin to the EventListener, since it is already capturing all the IPFS hashes via events emitted by the marketplace contracts.

franckc commented 6 years ago

Related to #441

franckc commented 6 years ago

CC @tomlinton