mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-02 08:20:22 +01:00
29 lines
849 B
Markdown
29 lines
849 B
Markdown
---
|
|
title: Supported Networks
|
|
description:
|
|
---
|
|
|
|
## Summary
|
|
|
|
Ocean is deployed to these public networks:
|
|
|
|
- [Ethereum mainnet](/tutorials/network-ethmainnet/) - production
|
|
- [Rinkeby](/tutorials/network-rinkeby/) - testnet
|
|
- [Ropsten](/tutorials/network-ropsten) - testnet
|
|
|
|
You can also run your own local testnet:
|
|
|
|
- [Ganache](/tutorials/network-local) - local testnet
|
|
|
|
## Chain ids
|
|
|
|
Some apps may need `network_id` and `chain_id`. [Here's](https://medium.com/@piyopiyo/list-of-ethereums-major-network-and-chain-ids-2bc58e928508) a list of values for major Ethereum networks.
|
|
|
|
## 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>
|