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

15 lines
807 B
Markdown
Raw Normal View History

2018-11-16 13:37:06 +01:00
---
2020-10-21 09:35:11 +02:00
title: Network - Local / Barge
2020-10-17 09:09:20 +02:00
description: Tools for development on a local Ethereum network
2018-11-16 13:37:06 +01:00
---
2020-11-12 19:28:21 +01:00
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.
2019-07-30 12:43:04 +02:00
2020-11-12 19:28:21 +01:00
**Barge** is a shell script to help run Ocean components (Provider, Aquarius), which runs Ganache by default.
2019-07-30 12:43:04 +02:00
2020-11-12 19:28:21 +01:00
<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).
2019-07-30 13:12:41 +02:00
2020-11-12 19:28:21 +01:00
The [Connect-to-Networks](/tutorials/connect-to-networks/) tutorial has more information about connecting your wallet / app to Ganache.