1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-02 16:25:37 +01:00
docs/content/tutorials/connect-to-networks.md

23 lines
936 B
Markdown
Raw Normal View History

2019-03-18 14:14:40 +01:00
---
title: Connect Wallets to Networks
description:
2019-03-18 14:14:40 +01:00
---
2020-10-27 10:06:05 +01:00
## Connect to Ethereum mainnet
2019-03-18 14:14:40 +01:00
2020-12-10 13:24:35 +01:00
Ocean's on Ethereum mainnet, for production usage.
2019-03-18 14:14:40 +01:00
2020-12-10 13:24:35 +01:00
Metamask and other ERC20 wallets default to Ethereum mainnet. Therefore your wallet is almost certainly pointing to Ethereum by default.
2019-07-08 17:29:12 +02:00
## Connect to public testnets
2019-07-08 17:29:12 +02:00
2020-12-10 13:24:35 +01:00
`Rinkeby` and `Ropsten` are prominent Ethereum test nets. Ocean is deployed to both.
2019-03-18 14:14:40 +01:00
In MetaMask, click on the network name dropdown, then select `Rinkeby` or `Ropsten`. That's it.
2020-10-21 09:33:07 +02:00
## Connect to local Ganache testnet
2020-10-21 09:33:07 +02:00
In MetaMask, click on the network name then click on `Custom RPC` in the drop-down list. Scroll down to the `New Network` section. Enter the above RPC URL. You don't need to add a port number to the end of the RPC URL. Enter the ChainID, Symbol and Nickname if you like. See the [MetaMask docs about how it uses the ChainID](https://metamask.github.io/metamask-docs/Main_Concepts/Sending_Transactions).
2019-03-18 14:14:40 +01:00