mirror of
https://github.com/oceanprotocol/commons.git
synced 2023-03-15 18:03:00 +01:00
Merge pull request #51 from oceanprotocol/feature/rename
rename to commons
This commit is contained in:
commit
a7346b970c
13
README.md
13
README.md
@ -1,14 +1,23 @@
|
|||||||
[](https://oceanprotocol.com)
|
[](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
|
||||||
|
|
||||||
[](https://travis-ci.com/oceanprotocol/commons-marketplace)
|
[](https://travis-ci.com/oceanprotocol/commons)
|
||||||
[](https://github.com/prettier/prettier)
|
[](https://github.com/prettier/prettier)
|
||||||
[](https://github.com/oceanprotocol/eslint-config-oceanprotocol)
|
[](https://github.com/oceanprotocol/eslint-config-oceanprotocol)
|
||||||
[](https://github.com/bigchaindb/stylelint-config-bigchaindb)
|
[](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)
|
||||||
|
2
client/package-lock.json
generated
2
client/package-lock.json
generated
@ -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,
|
||||||
|
@ -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%",
|
||||||
|
@ -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'
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
@ -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
2
package-lock.json
generated
@ -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,
|
||||||
|
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
2
server/package-lock.json
generated
2
server/package-lock.json
generated
@ -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,
|
||||||
|
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user