1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-02 16:25:37 +01:00
docs/content/tutorials/get-ether-and-ocean-tokens.md

34 lines
1.4 KiB
Markdown
Raw Normal View History

---
title: Get ETH and OCEAN Tokens
2020-10-21 11:03:03 +02:00
description: How to get tokens for each network deployment
---
2020-10-21 11:03:03 +02:00
### Overview
2020-10-21 11:03:03 +02:00
In each network, you'll need ETH to pay for gas. Certain Ocean actions will need OCEAN tokens.
The ETH and OCEAN in Rinkeby and local networks are not "real" ETH or OCEAN tokens of any value. They're simply stand-ins to be able to test.
2020-10-21 11:03:03 +02:00
### Ethereum mainnet
2020-10-21 11:03:03 +02:00
- **ETH.** [Here are exchanges](https://www.coingecko.com/en/coins/ethereum#markets) to purchase ETH.
2020-10-21 11:03:03 +02:00
- **OCEAN.** [Here are exchanges](https://www.coingecko.com/en/coins/ocean-protocol#markets) to purchase OCEAN.
### Rinkeby testnet
Testnets like Rinkeby have faucets to dole out ETH and OCEAN.
2019-07-08 17:29:12 +02:00
- **ETH.** [Here's an ETH faucet](https://faucet.rinkeby.be/) for Rinkeby. You may find others by [searching](https://www.google.com/search?q=rinkeby+ether+faucet&oq=rinkeby+ether+faucet).
2019-07-08 17:29:12 +02:00
2020-10-27 13:17:05 +01:00
- **OCEAN.** [Here's an OCEAN faucet](https://faucet.rinkeby.oceanprotocol.com) for Rinkeby.
2019-07-08 17:29:12 +02:00
2020-10-21 11:03:03 +02:00
### Local network
2019-07-08 17:29:12 +02:00
2020-10-21 11:03:03 +02:00
Ganache is the local network. Ocean Barge is a tool to help use it.
2020-10-21 11:03:03 +02:00
- **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.
2019-07-08 17:29:12 +02:00
2020-10-21 11:03:03 +02:00
- **OCEAN.** You can deploy an ERC20 token with label OCEAN. You'll see examples in the quickstarts for the Ocean JavaScript and Python drivers.