mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-02 08:20:22 +01:00
42 lines
1.8 KiB
Markdown
42 lines
1.8 KiB
Markdown
---
|
|
title: Get ETH and OCEAN Tokens
|
|
description: How to get tokens for each network
|
|
---
|
|
|
|
## Overview
|
|
|
|
In each network, you'll need ETH to pay for gas, and OCEAN for certain Ocean actions.
|
|
|
|
Ethereum mainnet is a network for production settings. Accordingly, ETH and OCEAN tokens have "real" value.
|
|
|
|
Other networks are test networks. The ETH and OCEAN tokens in each of these networks don't have real value. The tokens are simply stand-ins to be able to test. They have "faucets" to dole out ETH and OCEAN.
|
|
|
|
## Ethereum mainnet
|
|
|
|
- **ETH.** [Here are exchanges](https://www.coingecko.com/en/coins/ethereum#markets) to purchase ETH.
|
|
|
|
- **OCEAN.** [Here are exchanges](https://www.coingecko.com/en/coins/ocean-protocol#markets) to purchase OCEAN.
|
|
|
|
|
|
## Rinkeby testnet
|
|
|
|
- **ETH.** [Here's an ETH faucet](https://faucet.rinkeby.io/) for Rinkeby. You may find others by [searching](https://www.google.com/search?q=rinkeby+ether+faucet&oq=rinkeby+ether+faucet).
|
|
|
|
- **OCEAN.** [Here's an OCEAN faucet](https://faucet.rinkeby.oceanprotocol.com) for Rinkeby.
|
|
|
|
## Ropsten testnet
|
|
|
|
Ropsten has a faucet to dole out ETH, and another for OCEAN.
|
|
|
|
- **ETH.** [Here's an ETH faucet](https://faucet.dimensions.network/) for Ropsten. You may find others by [searching](https://www.google.com/search?q=ropsten+ether+faucet&oq=ropsten+ether+faucet).
|
|
|
|
- **OCEAN.** [Here's an OCEAN faucet](https://faucet.ropsten.oceanprotocol.com) for Rinkeby.
|
|
|
|
## Local network
|
|
|
|
Ganache is a local test network.
|
|
|
|
- **ETH.** By default, Ganache creates several Ethereum accounts at launch, gives each some ETH, and makes their private keys available in the logs. You can also instruct Ganache to give ETH to specific Ethereum addresses.
|
|
|
|
- **OCEAN.** You can deploy an ERC20 token with label OCEAN. You'll see examples in the quickstarts for the Ocean JavaScript and Python drivers.
|