mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-26 19:49:26 +01:00
Clarified that Barge can go with Local/Ganache or Rinkeby. Added links to deployed smart contracts
This commit is contained in:
parent
a4ae5bc348
commit
c86548b3de
@ -3,7 +3,7 @@ title: Network - Ethereum Mainnet
|
||||
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.
|
||||
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 |
|
||||
| ----------------------- | ---------------------- |
|
||||
|
@ -3,10 +3,12 @@ title: Network - Local / Barge
|
||||
description: Tools for development on a local Ethereum network
|
||||
---
|
||||
|
||||
You can deploy Ocean onto 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.
|
||||
|
||||
Barge is a shell script to help with Ocean Ganache deployments. It 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.
|
||||
The [Connect-to-Networks](/tutorials/connect-to-networks/) tutorial has more information about connecting your wallet / app to Ganache.
|
||||
|
||||
The [Connect-to-Networks](/tutorials/connect-to-networks/) tutorial has more information about connecting your wallet or app to Ganache / Barge.
|
||||
**Barge** is a shell script to help run Ocean components (Provider, Aquarius), and. It can run Ganache optionally too (or connect to another network).
|
||||
|
||||
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>
|
||||
|
@ -1,9 +1,15 @@
|
||||
---
|
||||
title: Network - Rinkeby Testnet
|
||||
title: Network - Rinkeby / Barge
|
||||
description: Tools for development on Ethereum Rinkeby testnet
|
||||
---
|
||||
|
||||
Ocean is deployed to Rinkeby network. This network is for testing your app's deployment before final production deployment. Here are tools related to this deployment.
|
||||
Ocean is deployed to Rinkeby network. Rinkeby is useful for testing your app's deployment before final production deployment. [Here](https://github.com/oceanprotocol/contracts/blob/master/docs/deployments/rinkeby.md) are the addresses of the deployed contracts.
|
||||
|
||||
**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 |
|
||||
| ----------------------- | ----------------------------- |
|
||||
@ -11,3 +17,5 @@ Ocean is deployed to Rinkeby network. This network is for testing your app's dep
|
||||
| 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>
|
@ -11,7 +11,7 @@
|
||||
items:
|
||||
- title: Network - Local / Barge
|
||||
link: /concepts/network-local/
|
||||
- title: Network - Rinkeby Testnet
|
||||
- title: Network - Rinkeby / Barge
|
||||
link: /concepts/network-rinkeby/
|
||||
- title: Network - Ethereum Mainnet
|
||||
link: /concepts/network-ethmainnet/
|
||||
|
Loading…
Reference in New Issue
Block a user