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.