1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-02 08:20:22 +01:00
docs/content/tutorials/get-ether-and-ocean-tokens.md
Trent McConaghy 546958e2f9
Update content/tutorials/get-ether-and-ocean-tokens.md
Co-authored-by: Matthias Kretschmann <m@kretschmann.io>
2020-12-11 13:23:39 +01:00

1.8 KiB

title description
Get ETH and OCEAN Tokens 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

Rinkeby testnet

Ropsten testnet

Ropsten has a faucet to dole out ETH, and another for OCEAN.

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.