1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-02 16:25:37 +01:00
docs/content/concepts/network-rinkeby.md

21 lines
991 B
Markdown
Raw Normal View History

---
title: Network - Rinkeby / Barge
description: Tools for development on Ethereum Rinkeby testnet
---
Ocean is deployed to Rinkeby network. Rinkeby is useful for testing your app's deployment before final production deployment. [Here](https://github.com/oceanprotocol/contracts/blob/master/docs/deployments/rinkeby.md) are the addresses of the deployed contracts.
**Barge** can be run with Rinkeby as well. This is a useful configuration for development flows.
Here are tools related to Rinkeby deployment.
| What | URL |
| ----------------------- | ----------------------------- |
| Etherscan explorer | https://rinkeby.etherscan.io/ |
| Ocean Market | Point wallet to Rinkeby network, at usual Ocean Market url https://market.oceanprotocol.com |
| Ocean Market - Provider | https://provider.rinkeby.oceanprotocol.com |
| Ocean Market - Aquarius | https://aquarius.rinkeby.oceanprotocol.com |
<repo name="barge"></repo>