From b6224a5318fdf83d2e6bb0b74812aafaafeac038 Mon Sep 17 00:00:00 2001 From: trentmc <5305452+trentmc@users.noreply.github.com> Date: Wed, 21 Oct 2020 09:43:57 +0200 Subject: [PATCH] link to the other networks page --- content/concepts/pacific-network.md | 2 ++ content/concepts/testnets.md | 2 ++ content/concepts/tools.md | 4 ++-- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/content/concepts/pacific-network.md b/content/concepts/pacific-network.md index dc7558b5..445328a3 100644 --- a/content/concepts/pacific-network.md +++ b/content/concepts/pacific-network.md @@ -11,3 +11,5 @@ Ocean is deployed to Ethereum mainnet. This network is for your app's production | Ocean Market main | https://oceanmarket.io | | Ocean Market - Provider | https://FIXME | | Ocean Market - Aquarius | https://FIXME | + +The [Connect-to-Networks](/tutorials/connect-to-networks/) tutorial has more information about connecting your wallet or app to Ganache / Barge. \ No newline at end of file diff --git a/content/concepts/testnets.md b/content/concepts/testnets.md index 33dd5339..82c6b533 100644 --- a/content/concepts/testnets.md +++ b/content/concepts/testnets.md @@ -12,3 +12,5 @@ Ocean is deployed to Ropsten network. This network is for testing your app's dep | Ocean Market - Provider | https://FIXME | | Ocean Market - Aquarius | https://FIXME | | OCEAN Faucet Server | https://FIXME | + +The [Connect-to-Networks](/tutorials/connect-to-networks/) tutorial has more information about connecting your wallet or app to Ganache / Barge. \ No newline at end of file diff --git a/content/concepts/tools.md b/content/concepts/tools.md index a02d3ae7..dd00e497 100644 --- a/content/concepts/tools.md +++ b/content/concepts/tools.md @@ -5,8 +5,8 @@ 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. -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. +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. -It's used extensively by the Ocean core devs. You'll also find Barge in the [Quickstart](/setup/quickstart/). +The [Connect-to-Networks](/tutorials/connect-to-networks/) tutorial has more information about connecting your wallet or app to Ganache / Barge.