mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-02 16:25:37 +01:00
15 lines
555 B
Markdown
15 lines
555 B
Markdown
---
|
|
title: Network - Local
|
|
description: Tools for local deployment
|
|
---
|
|
|
|
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.
|
|
|
|
It's used extensively by the Ocean core devs. You'll also find Barge in the [Quickstart](/setup/quickstart/).
|
|
|
|
<repo name="barge"></repo>
|
|
|
|
|