1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-06-28 16:48:03 +02:00

formatting

This commit is contained in:
Matthias Kretschmann 2021-01-15 15:08:12 +01:00
parent 7faf25de51
commit 5116bec811
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 30 additions and 29 deletions

View File

@ -10,5 +10,6 @@
"first-heading-h1": false,
"no-trailing-punctuation": false,
"ol-prefix": false,
"ul-style": { "style": "dash" }
"ul-style": { "style": "dash" },
"no-emphasis-as-header": false
}

View File

@ -13,20 +13,20 @@ The Ethereum Mainnet is Oceans production network.
MetaMask and other ERC20 wallets default to Ethereum mainnet, therefore your wallet is almost certainly pointing to Ethereum by default.
### Get Tokens
**Get Tokens**
- ETH: [Exchanges to purchase](https://www.coingecko.com/en/coins/ethereum#markets)
- OCEAN: [Official exchanges to purchase](https://oceanprotocol.com/token#get).
### Additional Components
**Additional Components**
| What | URL |
| ----------------------- | ------------------------------------------ |
| Explorer | https://etherscan.io/ |
| Ocean Market | https://market.oceanprotocol.com |
| Ocean Market - Provider | https://provider.mainnet.oceanprotocol.com |
| Ocean Market - Aquarius | https://aquarius.mainnet.oceanprotocol.com |
| Ocean Subgraph | https://subgraph.mainnet.oceanprotocol.com |
| What | URL |
| ------------ | -------------------------------------------- |
| Explorer | `https://etherscan.io` |
| Ocean Market | `https://market.oceanprotocol.com` |
| Provider | `https://provider.mainnet.oceanprotocol.com` |
| Aquarius | `https://aquarius.mainnet.oceanprotocol.com` |
| Subgraph | `https://subgraph.mainnet.oceanprotocol.com` |
## Ropsten
@ -34,20 +34,20 @@ Ropsten is a test network.
In MetaMask and other ERC20 wallets, click on the network name dropdown, then select _Ropsten_.
### Get Tokens
**Get Tokens**
- ETH: [Faucet for Ropsten](https://faucet.dimensions.network/). You may find others by [searching](https://www.google.com/search?q=ropsten+ether+faucet&oq=ropsten+ether+faucet).
- OCEAN: [Faucet for Ropsten](https://faucet.ropsten.oceanprotocol.com/)
### Additional Components
**Additional Components**
| What | URL |
| ----------------------- | -------------------------------------------------------------------- |
| Explorer | https://ropsten.etherscan.io/ |
| Ocean Market | Point wallet to Ropsten network, at https://market.oceanprotocol.com |
| Ocean Market - Provider | https://provider.ropsten.oceanprotocol.com |
| Ocean Market - Aquarius | https://aquarius.ropsten.oceanprotocol.com |
| Ocean Subgraph | https://subgraph.ropsten.oceanprotocol.com |
| What | URL |
| ------------ | ---------------------------------------------------------------------- |
| Explorer | `https://ropsten.etherscan.io` |
| Ocean Market | Point wallet to Ropsten network, at `https://market.oceanprotocol.com` |
| Provider | `https://provider.ropsten.oceanprotocol.com` |
| Aquarius | `https://aquarius.ropsten.oceanprotocol.com` |
| Subgraph | `https://subgraph.ropsten.oceanprotocol.com` |
## Rinkeby
@ -55,20 +55,20 @@ Rinkeby is a test network.
In MetaMask and other ERC20 wallets, click on the network name dropdown, then select _Rinkeby_.
### Get Tokens
**Get Tokens**
- ETH: [Faucet for Rinkeby](https://faucet.rinkeby.io/). You may find others by [searching](https://www.google.com/search?q=rinkeby+ether+faucet&oq=rinkeby+ether+faucet).
- OCEAN: [Faucet for Rinkeby](https://faucet.rinkeby.oceanprotocol.com/)
### Additional Components
**Additional Components**
| What | URL |
| ----------------------- | -------------------------------------------------------------------- |
| Explorer | https://rinkeby.etherscan.io/ |
| Ocean Market | Point wallet to Rinkeby network, at https://market.oceanprotocol.com |
| Ocean Market - Provider | https://provider.rinkeby.oceanprotocol.com |
| Ocean Market - Aquarius | https://aquarius.rinkeby.oceanprotocol.com |
| Ocean Subgraph | https://subgraph.rinkeby.oceanprotocol.com |
| What | URL |
| ------------ | ---------------------------------------------------------------------- |
| Explorer | `https://rinkeby.etherscan.io` |
| Ocean Market | Point wallet to Rinkeby network, at `https://market.oceanprotocol.com` |
| Provider | `https://provider.rinkeby.oceanprotocol.com` |
| Aquarius | `https://aquarius.rinkeby.oceanprotocol.com` |
| Subgraph | `https://subgraph.rinkeby.oceanprotocol.com` |
## Local
@ -80,7 +80,7 @@ To connect to it from MetaMask, select the network called _Localhost 8545_.
Alternatively, you can run Ganache independently. Install it according to [the Ganache docs](https://www.trufflesuite.com/ganache). Then deploy Ocean contracts onto Ganache following [docs in Ocean contracts repo](https://www.github.com/oceanprotocol/contracts). Ganache is at the RPC URL [http://localhost:8545](http://localhost:8545).
### Get Tokens
**Get Tokens**
- 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. Youll see examples in the quickstarts for the Ocean JavaScript and Python drivers.