1
0
mirror of https://github.com/oceanprotocol/commons.git synced 2023-03-15 18:03:00 +01:00

Merge branch 'master' into feature/search-tweaks

This commit is contained in:
Matthias Kretschmann 2019-04-03 15:04:12 +02:00 committed by GitHub
commit 45c3becd5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 23 additions and 14 deletions

View File

@ -1,14 +1,23 @@
[![banner](https://raw.githubusercontent.com/oceanprotocol/art/master/github/repo-banner%402x.png)](https://oceanprotocol.com) [![banner](https://raw.githubusercontent.com/oceanprotocol/art/master/github/repo-banner%402x.png)](https://oceanprotocol.com)
<h1 align="center">commons-marketplace</h1> <h1 align="center">Commons</h1>
> Marketplace front-end and backend server to explore, download, and publish open data sets. > Marketplace front-end and backend server to explore, download, and publish open data sets.
> https://commons.oceanprotocol.com
[![Build Status](https://travis-ci.com/oceanprotocol/commons-marketplace.svg?token=3psqw6c8KMDqfdGQ2x6d&branch=master)](https://travis-ci.com/oceanprotocol/commons-marketplace) [![Build Status](https://travis-ci.com/oceanprotocol/commons.svg?token=3psqw6c8KMDqfdGQ2x6d&branch=master)](https://travis-ci.com/oceanprotocol/commons)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-7b1173.svg?style=flat-square)](https://github.com/prettier/prettier) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-7b1173.svg?style=flat-square)](https://github.com/prettier/prettier)
[![js oceanprotocol](https://img.shields.io/badge/js-oceanprotocol-7b1173.svg)](https://github.com/oceanprotocol/eslint-config-oceanprotocol) [![js oceanprotocol](https://img.shields.io/badge/js-oceanprotocol-7b1173.svg)](https://github.com/oceanprotocol/eslint-config-oceanprotocol)
[![css bigchaindb](https://img.shields.io/badge/css-bigchaindb-39BA91.svg)](https://github.com/bigchaindb/stylelint-config-bigchaindb) [![css bigchaindb](https://img.shields.io/badge/css-bigchaindb-39BA91.svg)](https://github.com/bigchaindb/stylelint-config-bigchaindb)
---
**This marketplace is deployed under https://commons.oceanprotocol.com and can be used there. Feel free to [report any issues](https://github.com/oceanprotocol/commons/issues) you encounter.**
If you're a developer and want to contribute to, or want to utilize this marketplace's code in your projects, then keep on reading.
---
- [Get Started](#get-started) - [Get Started](#get-started)
- [Use with Barge](#use-with-barge) - [Use with Barge](#use-with-barge)
- [Production](#production) - [Production](#production)

View File

@ -1,5 +1,5 @@
{ {
"name": "commons-marketplace-client", "name": "commons-client",
"version": "0.1.0", "version": "0.1.0",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,

View File

@ -1,5 +1,5 @@
{ {
"name": "commons-marketplace-client", "name": "commons-client",
"description": "Ocean Protocol marketplace frontend to explore, download, and publish open data sets.", "description": "Ocean Protocol marketplace frontend to explore, download, and publish open data sets.",
"version": "0.1.0", "version": "0.1.0",
"license": "Apache-2.0", "license": "Apache-2.0",
@ -48,7 +48,7 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/oceanprotocol/commons-marketplace" "url": "https://github.com/oceanprotocol/commons"
}, },
"browserslist": [ "browserslist": [
">0.2%", ">0.2%",

View File

@ -63,7 +63,7 @@ class App extends Component<{}, AppState> {
}, },
body: JSON.stringify({ body: JSON.stringify({
address: this.state.account, address: this.state.account,
agent: 'commons-marketplace' agent: 'commons'
}) })
} }
) )

View File

@ -1,8 +1,8 @@
{ {
"name": "commons-marketplace", "name": "commons",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/oceanprotocol/commons-marketplace.git" "url": "https://github.com/oceanprotocol/commons.git"
}, },
"dependencies": [ "dependencies": [
{ {

2
package-lock.json generated
View File

@ -1,5 +1,5 @@
{ {
"name": "commons-marketplace", "name": "commons",
"version": "0.1.0", "version": "0.1.0",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,

View File

@ -1,5 +1,5 @@
{ {
"name": "commons-marketplace", "name": "commons",
"description": "Ocean Protocol marketplace to explore, download, and publish open data sets.", "description": "Ocean Protocol marketplace to explore, download, and publish open data sets.",
"version": "0.1.0", "version": "0.1.0",
"private": true, "private": true,
@ -36,6 +36,6 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/oceanprotocol/commons-marketplace" "url": "https://github.com/oceanprotocol/commons"
} }
} }

View File

@ -1,5 +1,5 @@
{ {
"name": "commons-marketplace-server", "name": "commons-server",
"version": "1.0.0", "version": "1.0.0",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,

View File

@ -1,5 +1,5 @@
{ {
"name": "commons-marketplace-server", "name": "commons-server",
"description": "Ocean Protocol marketplace backend.", "description": "Ocean Protocol marketplace backend.",
"version": "1.0.0", "version": "1.0.0",
"license": "Apache-2.0", "license": "Apache-2.0",
@ -47,7 +47,7 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/oceanprotocol/commons-marketplace" "url": "https://github.com/oceanprotocol/commons"
}, },
"jest": { "jest": {
"preset": "ts-jest" "preset": "ts-jest"