1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-12-02 05:57:29 +01:00
market/site.config.js

36 lines
841 B
JavaScript
Raw Normal View History

2020-05-07 08:03:30 +02:00
module.exports = {
2020-05-27 16:20:31 +02:00
title: 'Ocean Market',
description: `A marketplace to find and publish open data sets in the Ocean Network.`,
2020-06-02 11:15:21 +02:00
url: 'https://market.oceanprotocol.now.sh/',
2020-05-07 08:03:30 +02:00
copyright:
'All Rights Reserved. Powered by [Ocean Protocol](https://oceanprotocol.com)',
2020-05-07 08:03:30 +02:00
refundPolicy: [
'Data can be challenged within 2 days after purchase.',
'The marketplace decides if you are eligible for refund.'
],
assetTerms: [
{
name: 'Personal Identifiable Information',
value: 'This offer contains no personal data'
},
{
name: 'Regions where data can be used',
value: 'Worldwide'
}
],
menu: [
{
name: 'Explore',
link: '/explore'
},
{
name: 'Publish',
link: '/publish'
2020-05-25 14:53:38 +02:00
},
{
name: 'Transactions',
link: '/transactions'
2020-05-07 08:03:30 +02:00
}
]
}