This repository was archived by the owner on Jan 14, 2020. It is now read-only.
This repository was archived by the owner on Jan 14, 2020. It is now read-only.
Pin Origin messaging content on Protocol Labs IPFS cluster #441
Open
Description
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.
We could either
- have the OrbitDB server do the pinning
- have a separate daemon (the same that will do the pinning for Listing content) send the messaging pins.
@crazybuster thinks it is easier to go for the former.