mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-26 19:49:26 +01:00
Merge pull request #232 from oceanprotocol/list-official-exchanges
Updates following the initial exchange offering
This commit is contained in:
commit
63d065c043
@ -21,7 +21,7 @@ There are Ocean Tokens in several testnets, including the Kovan testnet and Nile
|
||||
|
||||
**NOTICE: Below we outline the plans for Mainnet Ocean Tokens at the time of writing. Those plans might change. We will update this page on a regular basis.**
|
||||
|
||||
The initial circulating supply of Mainnet Ocean Tokens will first become available on the Ethereum Mainnet (_not_ the Ocean Mainnet).
|
||||
The initial circulating supply of Mainnet Ocean Tokens became available on the Ethereum Mainnet (_not_ the Ocean Mainnet) in May 2019.
|
||||
|
||||
If you acquired Ocean Tokens in the initial circulating supply, they will be sent to the address you provided.
|
||||
|
||||
|
@ -3,7 +3,7 @@ title: Run a Keeper
|
||||
description: How to run a keeper node.
|
||||
---
|
||||
|
||||
If you want to run a [keeper node (keeper)]((/concepts/components/#keeper)), you have several options. Some of them are outlined below.
|
||||
If you want to run a [keeper node (keeper)](/concepts/components#keeper), you have several options. Some of them are outlined below.
|
||||
|
||||
## Using Barge
|
||||
|
||||
|
@ -77,17 +77,6 @@ curl --data '{"address":"<YOUR ADDRESS>"}' -H "Content-Type: application/json" -
|
||||
|
||||
See the page about [Ocean Tokens](/concepts/ocean-tokens/).
|
||||
|
||||
### Get Mainnet Ocean Tokens
|
||||
|
||||
There are several ways to acquire some of the Ocean Tokens in the initial circulating supply, including:
|
||||
|
||||
- participation in the seed round
|
||||
- participation in the pre-sale
|
||||
- participation in the token sale
|
||||
- completion of a [bounty](/concepts/bounties/)
|
||||
|
||||
In the future, it will become possible to earn Mainnet Ocean Tokens as network rewards. The [Ocean Protocol Technical Whitepaper](https://oceanprotocol.com/tech-whitepaper.pdf) explains that in more detail.
|
||||
|
||||
### Get Testnet Ocean Tokens
|
||||
|
||||
All Squid libraries have methods to request Ocean Tokens. They work by calling the "Dispenser" keeper contract, a contract which is only deployed to testnets. Therefore they will only work in testnets. They're documented in the following places:
|
||||
@ -101,3 +90,21 @@ All Squid libraries have methods to request Ocean Tokens. They work by calling t
|
||||
- [The squid-java docs](https://www.javadoc.io/doc/com.oceanprotocol/squid/): click "All Classes" then "AccountsManager" then scroll to the bottom of the Class AccountsManager page where you'll find the `requestTokens()` method.
|
||||
|
||||
The [Example Code page](/tutorials/example-code/) has links to example Squid code (in all of the languages), including examples of using the above methods.
|
||||
|
||||
### Get Mainnet Ocean Tokens
|
||||
|
||||
There were several ways to acquire some of the Mainnet Ocean Tokens in the initial circulating supply, including:
|
||||
|
||||
- participation in the seed round
|
||||
- participation in the pre-sale
|
||||
- participation in the token sale
|
||||
- participation in the initial exchange offering
|
||||
- completion of a [bounty](/concepts/bounties/)
|
||||
|
||||
After [the initial exchange offering on Bittrex International](https://blog.oceanprotocol.com/initial-exchange-offering-of-ocean-protocol-on-bittrex-international-a454688f466a), Mainnet Ocean Tokens became available in the Ethereum Mainnet (_not_ the Ocean Mainnet; there was no Ocean Mainnet at the time).
|
||||
|
||||
As of 7 May 2019, there was one exchange in the official list of exchanges listing Mainnet Ocean Tokens (in the Ethereum Mainnet): **Bittrex International**.
|
||||
|
||||
In the future, the Ocean Mainnet will be launched and later it will become possible to move Ocean Tokens from the Ethereum Mainnet to the Ocean Mainnet.
|
||||
|
||||
In the future, it will become possible to earn Mainnet Ocean Tokens as network rewards and in other ways. The [Ocean Protocol Technical Whitepaper](https://oceanprotocol.com/tech-whitepaper.pdf) gives more details.
|
||||
|
@ -35,6 +35,12 @@ If you're using [Barge](https://github.com/oceanprotocol/barge) to run a local S
|
||||
- `$HOME/.ocean/keeper-contracts/artifacts/OceanToken.spree.json` for Spree
|
||||
- `$HOME/.ocean/keeper-contracts/artifacts/OceanToken.development.json` for Ganache
|
||||
|
||||
### Ethereum Mainnet
|
||||
|
||||
The Ocean Token contract address in the Ethereum Mainnet is:
|
||||
|
||||
`0x985dd3D42De1e256d09e1c10F112bCCB8015AD41`
|
||||
|
||||
## Step 2: Teach Your Wallet Software about Ocean Tokens
|
||||
|
||||
### MetaMask Instructions
|
||||
|
Loading…
Reference in New Issue
Block a user