Set correct network name
1.7 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
-
ETH ETH faucet for Rinkeby. You may find others by searching.
-
OCEAN OCEAN faucet for Rinkeby.
Ropsten testnet
Ropsten has a faucet to dole out ETH, and another for OCEAN.
-
ETH ETH faucet for Ropsten. You may find others by searching.
-
OCEAN OCEAN faucet for Ropsten.
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.