1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-26 19:49:26 +01:00

information reorganization

This commit is contained in:
Matthias Kretschmann 2020-11-12 19:28:21 +01:00
parent e17aa5b7e0
commit 72864ac4fb
Signed by: m
GPG Key ID: 606EEEF3C479A91F
6 changed files with 23 additions and 41 deletions

View File

@ -5,10 +5,9 @@ description: Tools for development on Ethereum Mainnet
Ocean is deployed to Ethereum mainnet. This network is for your app's production deployment. Here are tools related to this deployment. [Here](https://github.com/oceanprotocol/contracts/blob/master/docs/deployments/mainnet.md) are the addresses of the deployed contracts.
| What | URL |
| ----------------------- | ---------------------- |
| Etherscan explorer | https://etherscan.io/ |
| Ocean Market main | https://market.oceanprotocol.com |
| What | URL |
| ----------------------- | ------------------------------------------ |
| Etherscan explorer | https://etherscan.io/ |
| Ocean Market main | https://market.oceanprotocol.com |
| Ocean Market - Provider | https://provider.mainnet.oceanprotocol.com |
| Ocean Market - Aquarius | https://aquarius.mainnet.oceanprotocol.com |

View File

@ -3,12 +3,12 @@ title: Network - Local / Barge
description: Tools for development on a local Ethereum network
---
You can deploy Ocean onto [Ganache](https://www.trufflesuite.com/ganache) - a local Ethereum "network" that you run on your machine for fast iterations while developing your app.
You can deploy Ocean onto [Ganache](https://www.trufflesuite.com/ganache) - a local Ethereum "network" that you run on your machine for fast iterations while developing your app. You can easily do that with Barge.
The [Connect-to-Networks](/tutorials/connect-to-networks/) tutorial has more information about connecting your wallet / app to Ganache.
**Barge** is a shell script to help run Ocean components (Provider, Aquarius), which runs Ganache by default.
**Barge** is a shell script to help run Ocean components (Provider, Aquarius), and. It can run Ganache optionally too (or connect to another network).
<repo name="barge"></repo>
Barge launches Docker and Docker Compose, to run Ganache with Ocean smart contracts on top, along with Provider and Aquarius metadata cache. It's used extensively by the Ocean core devs (with Ganache or Rinkeby).
<repo name="barge"></repo>
The [Connect-to-Networks](/tutorials/connect-to-networks/) tutorial has more information about connecting your wallet / app to Ganache.

View File

@ -7,15 +7,11 @@ Ocean is deployed to Rinkeby network. Rinkeby is useful for testing your app's d
**Barge** can be run with Rinkeby as well. This is a useful configuration for development flows.
Here are tools related to Rinkeby deployment.
| What | URL |
| ----------------------- | ----------------------------- |
| Etherscan explorer | https://rinkeby.etherscan.io/ |
| Ocean Market | Point wallet to Rinkeby network, at usual Ocean Market url https://market.oceanprotocol.com |
| Ocean Market - Provider | https://provider.rinkeby.oceanprotocol.com |
| Ocean Market - Aquarius | https://aquarius.rinkeby.oceanprotocol.com |
<repo name="barge"></repo>
| What | URL |
| ----------------------- | ------------------------------------------------------------------------------------------- |
| Etherscan explorer | https://rinkeby.etherscan.io/ |
| Ocean Market | Point wallet to Rinkeby network, at usual Ocean Market url https://market.oceanprotocol.com |
| Ocean Market - Provider | https://provider.rinkeby.oceanprotocol.com |
| Ocean Market - Aquarius | https://aquarius.rinkeby.oceanprotocol.com |

View File

@ -1,8 +1,3 @@
- title: Quickstart
description: Try out ocean.js, ocean.py or React drivers.
link: /concepts/quickstart/
color: blue
- title: Core Concepts
description: On Ocean architecture, network deployments, and more.
link: /concepts/introduction/
@ -16,4 +11,4 @@
- title: API References
description: Interfaces for libraries and services.
link: /references/introduction/
color: blue
color: green

View File

@ -1,25 +1,22 @@
- group: Basics
items:
- title: Quickstart
link: /concepts/quickstart/
- title: Introduction
link: /concepts/introduction/
- title: Architecture Overview
link: /concepts/architecture/
- title: Compute-to-Data
link: /concepts/compute-to-data/
- title: Quickstart
link: /concepts/quickstart/
- group: Networks
items:
- title: Network - Local / Barge
link: /concepts/network-local/
- title: Network - Rinkeby / Barge
link: /concepts/network-rinkeby/
- title: Network - Ethereum Mainnet
link: /concepts/network-ethmainnet/
- group: Preserving Privacy
items:
- title: Compute-to-Data
link: /concepts/compute-to-data/
- title: Network - Rinkeby
link: /concepts/network-rinkeby/
- title: Network - Local / Barge
link: /concepts/network-local/
- group: Contribute
items:

View File

@ -34,11 +34,6 @@
&:nth-child(3) {
animation-delay: 0.8s;
}
&:last-child {
flex-basis: 100%;
text-align: center;
}
}
.link {