From 8ccf5e792e8f6fa794478cb6bb2bc9147bcea184 Mon Sep 17 00:00:00 2001 From: Troy McConaghy Date: Mon, 3 Jun 2019 15:16:27 +0200 Subject: [PATCH] How to check your OCEAN balance, and the URLs of the Aquarius & Brizo used by Commons Marketplace. --- content/concepts/ocean-tokens.md | 9 +++++++++ content/concepts/testnets.md | 2 ++ 2 files changed, 11 insertions(+) diff --git a/content/concepts/ocean-tokens.md b/content/concepts/ocean-tokens.md index 897f6f02..9bca9035 100644 --- a/content/concepts/ocean-tokens.md +++ b/content/concepts/ocean-tokens.md @@ -51,6 +51,15 @@ After [the initial exchange offering on Bittrex International](https://blog.ocea The initial circulating supply of Ethereum Mainnet Ocean Tokens became available on the Ethereum Mainnet in May 2019. If you acquired Ocean Tokens in the initial circulating supply, they should have been, or will be, sent to the address you provided, in the Ethereum Mainnet. +### How to Check Your Ethereum Mainnet Ocean Token Balance + +There are many ways to check your Ethereum Mainnet Ocean Token balance. Starting with the easiest, here are some ways: + +- Enter your account address into the form at [https://wallet.oceanprotocol.com/tokens](https://wallet.oceanprotocol.com/tokens) +- Go to [Etherscan](https://etherscan.io/), enter your account address into the search field, click **Search**, click on **Erc20 Token Txns**, look for an "OceanToken" transaction in the "Token" colum, and click on **OceanToken** there. +- Download and use [Blowfish](https://github.com/kremalicious/blowfish), a desktop app that tells you your Ocean Token balance (and other things). +- Use MetaMask or other wallet software. See the page about [using wallet software to manage Ocean Tokens](/tutorials/wallets-and-ocean-tokens/). You can also use wallet software to send Ocean Tokens to some other account. + ### Ethereum Mainnet Ocean Token Utility At the time of writing, you could use Ethereum Mainnet Ocean Tokens to do various things in the Ethereum Mainnet, including but not limited to: diff --git a/content/concepts/testnets.md b/content/concepts/testnets.md index 7a8700a4..068a210c 100644 --- a/content/concepts/testnets.md +++ b/content/concepts/testnets.md @@ -48,6 +48,8 @@ There are several Ocean Protocol software components that are live, connected to - Jupyter Hub at [https://mantaray.dev-ocean.com](https://mantaray.dev-ocean.com) - [Token Bridge Frontend](https://github.com/oceanprotocol/bridge-ui) (for a token bridge between Nile and Kovan) at [https://token-bridge.dev-ocean.com](https://token-bridge.dev-ocean.com) - Commons Marketplace at [https://commons.oceanprotocol.com](https://commons.oceanprotocol.com) +- Aquarius for Commons Marketplace at [https://aquarius.marketplace.dev-ocean.com](https://aquarius.marketplace.dev-ocean.com) +- Brizo for Commons Marketplace at [https://brizo.marketplace.dev-ocean.com](https://brizo.marketplace.dev-ocean.com) - Faucet Server at [faucet.nile.dev-ocean.com](https://faucet.nile.dev-ocean.com) > Internal note: The private "atlantic" repo documents the internal details of the Nile Testnet in `networks/nile/README.md`.