mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-26 19:49:26 +01:00
ropsten -> rinkeby. And, fill in urls for network services.
This commit is contained in:
parent
a47b15e7ff
commit
7fd612d2b7
@ -9,7 +9,6 @@ Ocean is deployed to Ethereum mainnet. This network is for your app's production
|
||||
| ----------------------- | ---------------------- |
|
||||
| Etherscan explorer | https://etherscan.io/ |
|
||||
| Ocean Market main | https://oceanmarket.io |
|
||||
| Ocean Market - Provider | https://FIXME |
|
||||
| Ocean Market - Aquarius | https://FIXME |
|
||||
| Ocean Market - Provider | https://provider.mainnet.oceanprotocol.com |
|
||||
| Ocean Market - Aquarius | https://aquarius.mainnet.oceanprotocol.com |
|
||||
|
||||
The [Connect-to-Networks](/tutorials/connect-to-networks/) tutorial has more information about connecting your wallet or app to Ganache / Barge.
|
13
content/concepts/network-rinkeby.md
Normal file
13
content/concepts/network-rinkeby.md
Normal file
@ -0,0 +1,13 @@
|
||||
---
|
||||
title: Network - Rinkeby Testnet
|
||||
description: Tools for development on Ethereum Rinkeby testnet
|
||||
---
|
||||
|
||||
Ocean is deployed to Rinkeby network. This network is for testing your app's deployment before final production deployment. Here are tools related to this deployment.
|
||||
|
||||
| What | URL |
|
||||
| ----------------------- | ----------------------------- |
|
||||
| Etherscan explorer | https://rinkeby.etherscan.io/ |
|
||||
| Ocean Market | Point wallet to Rinkeby network, at usual Ocean Market url https://market.oceanprotocol.com |
|
||||
| Ocean Market - Provider | https://provider.rinkeby.oceanprotocol.com |
|
||||
| Ocean Market - Aquarius | https://aquarius.rinkeby.oceanprotocol.com |
|
@ -1,16 +0,0 @@
|
||||
---
|
||||
title: Network - Ropsten Testnet
|
||||
description: Tools for development on Ethereum Ropsten testnet
|
||||
---
|
||||
|
||||
Ocean is deployed to Ropsten network. This network is for testing your app's deployment before final production deployment. Here are tools related to this deployment.
|
||||
|
||||
| What | URL |
|
||||
| ----------------------- | ----------------------------- |
|
||||
| Etherscan explorer | https://ropsten.etherscan.io/ |
|
||||
| Ocean Market on Ropsten | https://FIXME |
|
||||
| Ocean Market - Provider | https://FIXME |
|
||||
| Ocean Market - Aquarius | https://FIXME |
|
||||
| OCEAN Faucet Server | https://FIXME |
|
||||
|
||||
The [Connect-to-Networks](/tutorials/connect-to-networks/) tutorial has more information about connecting your wallet or app to Ganache / Barge.
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: Connect to Ocean-Related Networks
|
||||
description: On connecting to Ethereum, Ropsten and Your Local Network.
|
||||
description: On connecting to Ethereum, Rinkeby and Your Local Network.
|
||||
---
|
||||
|
||||
##Connect to Ethereum mainnet
|
||||
@ -9,9 +9,9 @@ Metamask and other ERC20 wallets default to Ethereum mainnet. Therefore your wal
|
||||
|
||||
Some apps may need `network_id` and `chain_id`. The values are both `1` for Ethereum mainnet. `Symbol` and `nickname` can be whatever value you like.
|
||||
|
||||
##Connect to Ropsten testnet
|
||||
##Connect to Rinkeby testnet
|
||||
|
||||
In MetaMask, click on the network name dropdown, then select `Ropsten`.
|
||||
In MetaMask, click on the network name dropdown, then select `Rinkeby`.
|
||||
|
||||
Its `network_id` is 3 and `chain_id` is 3.
|
||||
|
||||
|
@ -7,7 +7,7 @@ description: How to get tokens for each network deployment
|
||||
|
||||
In each network, you'll need ETH to pay for gas. Certain Ocean actions will need OCEAN tokens.
|
||||
|
||||
The ETH and OCEAN in Ropsten and local networks are not "real" ETH or OCEAN tokens of any value. They're simply stand-ins to be able to test.
|
||||
The ETH and OCEAN in Rinkeby and local networks are not "real" ETH or OCEAN tokens of any value. They're simply stand-ins to be able to test.
|
||||
|
||||
### Ethereum mainnet
|
||||
|
||||
@ -16,13 +16,13 @@ The ETH and OCEAN in Ropsten and local networks are not "real" ETH or OCEAN toke
|
||||
- **OCEAN.** [Here are exchanges](https://www.coingecko.com/en/coins/ocean-protocol#markets) to purchase OCEAN.
|
||||
|
||||
|
||||
### Ropsten testnet
|
||||
### Rinkeby testnet
|
||||
|
||||
Testnets like Ropsten have faucets to dole out ETH and OCEAN.
|
||||
Testnets like Rinkeby have faucets to dole out ETH and OCEAN.
|
||||
|
||||
- **ETH.** [Here's an ETH faucet](https://faucet.ropsten.be/) for Ropsten. You may find others by [searching](https://www.google.com/search?q=ropsten+ether+faucet&oq=ropsten+ether+faucet).
|
||||
- **ETH.** [Here's an ETH faucet](https://faucet.rinkeby.be/) for Rinkeby. You may find others by [searching](https://www.google.com/search?q=rinkeby+ether+faucet&oq=rinkeby+ether+faucet).
|
||||
|
||||
- **OCEAN.** [Here's an OCEAN faucet](fixme) for Ropsten (FIXME!!).
|
||||
- **OCEAN.** [Here's an OCEAN faucet](fixme) for Rinkeby (FIXME!!).
|
||||
|
||||
### Local network
|
||||
|
||||
|
@ -119,7 +119,7 @@ GITHUB-EMBED https://github.com/oceanprotocol/react-tutorial/blob/2765a7e6ae9a94
|
||||
|
||||
## Bonus: Connect against local network
|
||||
|
||||
Instead of remotely connecting to Ropsten, you can connect to your own [local network](concepts/network-local). It uses Ethereum Ganache plus Ocean Barge.
|
||||
Instead of remotely connecting to Rinkeby, you can connect to your own [local network](concepts/network-local). It uses Ethereum Ganache plus Ocean Barge.
|
||||
|
||||
```bash
|
||||
git clone https://github.com/oceanprotocol/barge.git
|
||||
|
@ -9,8 +9,8 @@
|
||||
items:
|
||||
- title: Network - Local / Barge
|
||||
link: /concepts/network-local/
|
||||
- title: Network - Ropsten Testnet
|
||||
link: /concepts/network-ropsten/
|
||||
- title: Network - Rinkeby Testnet
|
||||
link: /concepts/network-rinkeby/
|
||||
- title: Network - Ethereum Mainnet
|
||||
link: /concepts/network-ethmainnet/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user