2019-10-17 00:13:54 +02:00
|
|
|
module.exports = {
|
|
|
|
title: 'Ocean Protocol 💖 IPFS',
|
2019-10-18 13:10:43 +02:00
|
|
|
description: `Ocean Protocol's public IPFS Node, setup to be a public gateway, and to provide some access to its HTTP API for everyone.`,
|
|
|
|
learnMore:
|
|
|
|
'https://blog.oceanprotocol.com/ocean-and-ipfs-sitting-in-the-merkle-tree-43c623c356d7',
|
2019-10-17 14:15:39 +02:00
|
|
|
url: 'https://ipfs.oceanprotocol.com',
|
2019-10-17 00:13:54 +02:00
|
|
|
ipfsGateway: 'https://ipfs.oceanprotocol.com',
|
|
|
|
ipfsNodeUri: 'https://ipfs.oceanprotocol.com:443',
|
|
|
|
links: [
|
|
|
|
{
|
|
|
|
name: 'Homepage',
|
|
|
|
url: 'https://oceanprotocol.com'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
name: 'Blog',
|
|
|
|
url: 'https://blog.oceanprotocol.com'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
name: 'Twitter',
|
|
|
|
url: 'https://twitter.com/oceanprotocol'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
name: 'GitHub',
|
|
|
|
url: 'https://github.com/oceanprotocol'
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|