1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-02 08:20:22 +01:00
docs/content/concepts/networks-overview.md

29 lines
845 B
Markdown
Raw Normal View History

2020-12-10 13:24:35 +01:00
---
title: Supported Networks
description:
2020-12-10 13:24:35 +01:00
---
## Summary
2020-12-10 13:24:35 +01:00
Ocean is deployed to these public networks:
2020-12-11 19:34:59 +01:00
- [Ethereum mainnet](/concepts/network-ethmainnet/) - production
- [Rinkeby](/concepts/network-rinkeby/) - testnet
- [Ropsten](/concepts/network-ropsten) - testnet
2020-12-10 13:24:35 +01:00
You can also run your own local testnet:
2020-12-11 19:34:59 +01:00
- [Ganache](/concepts/network-local) - local testnet
## Chain ids
Some apps may need `network_id` and `chain_id`. Here's a [list of values for major Ethereum networks](https://medium.com/@piyopiyo/list-of-ethereums-major-network-and-chain-ids-2bc58e928508).
2020-12-10 13:24:35 +01:00
## Barge
**Barge** is a shell script to help developers run Ocean Provider (data service) and Ocean Aquarius (metadata cache). It points to Ganache by default.
Barge is used used extensively by the Ocean core devs (with Ganache or Rinkeby).
<repo name="barge"></repo>