mirror of
https://github.com/oceanprotocol/market.git
synced 2024-11-16 02:04:54 +01:00
36 lines
841 B
JavaScript
36 lines
841 B
JavaScript
module.exports = {
|
|
title: 'Ocean Market',
|
|
description: `A marketplace to find and publish open data sets in the Ocean Network.`,
|
|
url: 'https://market.oceanprotocol.now.sh/',
|
|
copyright:
|
|
'All Rights Reserved. Powered by [Ocean Protocol](https://oceanprotocol.com)',
|
|
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'
|
|
},
|
|
{
|
|
name: 'Transactions',
|
|
link: '/transactions'
|
|
}
|
|
]
|
|
}
|