1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-26 19:49:26 +01:00

Merge branch 'main' into feature/remove_rinkeby_ropsten

This commit is contained in:
Ana 2022-10-03 13:05:30 +03:00 committed by GitHub
commit 86928aa0cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 49 additions and 18 deletions

View File

@ -30,10 +30,10 @@ The tutorial covers:
If youre completely unfamiliar with Ocean Market or web3 applications in general, you will benefit from reading these guides first:
* To use your clone of Ocean Market, youll need a [wallet](https://docs.oceanprotocol.com/tutorials/wallets/). We recommend [getting set up with metamask](https://docs.oceanprotocol.com/tutorials/metamask-setup/).
* Youll also need some [Ocean tokens on a testnet](https://docs.oceanprotocol.com/tutorials/wallets-and-ocean-tokens/) to use your marketplace.
* When you have the testnet tokens, have a go at [publishing a data asset](https://docs.oceanprotocol.com/tutorials/marketplace-publish-data-asset/) on Ocean Market.
* Run through the process of [consuming a data asset](https://docs.oceanprotocol.com/tutorials/marketplace-consume-data-asset/) on Ocean Market.
* To use your clone of Ocean Market, youll need a [wallet](../wallets.md). We recommend [getting set up with metamask](../../orientation/metamask-setup.md).
* Youll also need some [Ocean tokens on a testnet](../wallets-and-ocean-tokens.md) to use your marketplace.
* When you have the testnet tokens, have a go at [publishing a data asset](../../using-ocean-market/marketplace-publish-data-asset.md) on Ocean Market.
* Run through the process of [consuming a data asset](../../using-ocean-market/marketplace-download-data-asset.md) on Ocean Market.
**Required Prerequisites**

View File

@ -18,4 +18,5 @@ The below table provides the link to GraphiQL for the support networks. The Grap
| [Energy Web Chain](https://v4.subgraph.energyweb.oceanprotocol.com/subgraphs/name/oceanprotocol/ocean-subgraph/graphql) |
| [Moonriver](https://v4.subgraph.moonriver.oceanprotocol.com/subgraphs/name/oceanprotocol/ocean-subgraph/graphql) |
| [Mumbai](https://v4.subgraph.mumbai.oceanprotocol.com/subgraphs/name/oceanprotocol/ocean-subgraph/graphql) |
| [Görli](https://v4.subgraph.goerli.oceanprotocol.com/subgraphs/name/oceanprotocol/ocean-subgraph/graphql) |
| [Moonbase](https://v4.subgraph.moonbase.oceanprotocol.com/subgraphs/name/oceanprotocol/ocean-subgraph/graphql) |

View File

@ -30,6 +30,12 @@ Almost all ERC-20 wallets require these values for adding a custom token:
* Symbol: `OCEAN`
* Decimals: `18`
**Görli**
* Contract Address: `0xCfDdA22C9837aE76E0faA845354f33C62E03653a`
* Symbol: `OCEAN`
* Decimals: `18`
**Mumbai**
* Contract Address: `0xd8992Ed72C445c35Cb4A2be468568Ed1079357c8`

View File

@ -24,7 +24,7 @@ Once your wallet is set up, it will have one or more **accounts**.
Each account has several **balances**, e.g. an Ether balance, an Ocean Token balance, and maybe other balances. All balances start at zero.
An account's Ether balance might be 7.1 ETH in the Ethereum Mainnet, 2.39 ETH in Ropsten testnet. You can move ETH from one network to another only with a specially setup exchange or bridge. Also, you can't transfer tokens from networks holding value such as Ethereum mainnet to networks not holding value, i.e., testnets like Ropsten. The same is true of OCEAN token balances.
An account's Ether balance might be 7.1 ETH in the Ethereum Mainnet, 2.39 ETH in Görli testnet. You can move ETH from one network to another only with a specially setup exchange or bridge. Also, you can't transfer tokens from networks holding value such as Ethereum mainnet to networks not holding value, i.e., testnets like Görli. The same is true of OCEAN token balances.
Each account has one **private key** and one **address**. The address can be calculated from the private key. You must keep the private key secret because it's what's needed to spend/transfer ETH and OCEAN (or to sign transactions of any kind). You can share the address with others. In fact, if you want someone to send some ETH or OCEAN to an account, you give them the account's address.

View File

@ -55,7 +55,7 @@ Ocean is deployed to Polygon Mainnet, another production network. Polygons na
**Bridge**
Check our Polygon Bridge [guide](broken-reference) to learn how you can deposit, withdraw and send tokens.
Check our Polygon Bridge [guide](../core-concepts/networks/bridges.md#polygon-ex-matic-bridge) to learn how you can deposit, withdraw and send tokens.
### Binance Smart Chain
@ -81,7 +81,7 @@ If you dont find BSC as a predefined network in your wallet, you can connect
**Bridge**
Check our BSC Bridge [guide](broken-reference) to learn how you can deposit, withdraw and send tokens.
Check our BSC Bridge [guide](../core-concepts/networks/bridges.md#binance-smart-chain-bsc-bridge) to learn how you can deposit, withdraw and send tokens.
### Energy Web Chain
@ -135,6 +135,30 @@ If you dont find Moonriver as a predefined network in your wallet, you can co
Use [Anyswap](https://anyswap.exchange/#/bridge) to bridge between ETH Mainnet and Moonriver.
### Görli
Görli is a test network.
In MetaMask and other ERC20 wallets, click on the network name dropdown, then select _Goerli_.
**Tokens**
* Görli ETH:
* Native token to pay transaction fees
* [Faucet](https://goerlifaucet.com/). You may find others by [searching](https://www.google.com/search?q=goerli+ether+faucet%5C&oq=goerli+ether+faucet).
* Goerli OCEAN:
* Address: [0xCfDdA22C9837aE76E0faA845354f33C62E03653a](https://goerli.etherscan.io/address/0xcfdda22c9837ae76e0faa845354f33c62e03653a)
* [Faucet](https://faucet.goerli.oceanprotocol.com)
**Additional Components**
| What | URL |
| ------------ | -------------------------------------------------------------------- |
| Explorer | https://goerli.etherscan.io/ |
| Ocean Market | Point wallet to Görli network, at https://market.oceanprotocol.com |
| Provider | `https://v4.provider.goerli.oceanprotocol.com` |
| Subgraph | `https://v4.subgraph.goerli.oceanprotocol.com` |
### Mumbai
Mumbai is a test network tuned for Matic / Polygon.

View File

@ -17,19 +17,19 @@ The article [How to Get Started with BSC](https://academy.binance.com/en/article
* [BSC Wallet Support](https://docs.binance.org/wallets/bsc-wallets.html). Includes MetaMask and Trust Wallet.
* [BSC Bridge](https://www.bnbchain.org/en/bridge)
* [How to set up a custom network in MetaMask](../orientation/metamask-setup.md#set-up-custom-network)
* [How to set up a custom network in MetaMask](../../orientation/metamask-setup.md#set-up-custom-network)
# Polygon (ex Matic) Bridge
### Links
* [Matic Wallet](https://wallet.matic.network)
* [Matic Bridge](https://wallet.matic.network/bridge)
* [How to set up a custom network in MetaMask](../orientation/metamask-setup.md#set-up-custom-network)
* [Matic Wallet](https://wallet.polygon.technology/)
* [Matic Bridge](https://wallet.polygon.technology/bridge/)
* [How to set up a custom network in MetaMask](../../orientation/metamask-setup.md#set-up-custom-network)
### Intro to Polygon's Bridge
The Polygon Network (ex Matic) provide us with a bridge (connecting Ethereum & Polygon blockchains), and a dedicated [wallet](https://wallet.matic.network) that simplify the steps of transferring digital assets between the two networks. The wallet connects to your account via Metamask (or any of the other supported wallets).
The Polygon Network (ex Matic) provide us with a bridge (connecting Ethereum & Polygon blockchains), and a dedicated [wallet](https://wallet.polygon.technology/) that simplify the steps of transferring digital assets between the two networks. The wallet connects to your account via Metamask (or any of the other supported wallets).
When you open the wallet link, the wallet will ask to log in. Select your preferred way of connecting and confirm the action. In our guide we'll use Metamask.

View File

@ -9,15 +9,15 @@
The following guides will help you get started with buying and selling data:
* [Publish a data asset](using-ocean-market/marketplace-publish-data-asset.md)
* [Download a data asset](using-ocean-market/marketplace-download-data-asset.md)
* [Publishing with hosting services](building-with-ocean/asset-hosting.md)
* [Publish a data asset](marketplace-publish-data-asset.md)
* [Download a data asset](marketplace-download-data-asset.md)
* [Publishing with hosting services](../building-with-ocean/asset-hosting.md)
If you are new to web3 and blockchain technologies then we suggest you first read these introductory guides:
* [Wallet Basics](building-with-ocean/wallets.md)
* [Set Up MetaMask Wallet](orientation/metamask-setup.md)
* [Manage Your OCEAN Tokens](building-with-ocean/wallets-and-ocean-tokens.md)
* [Wallet Basics](../building-with-ocean/wallets.md)
* [Set Up MetaMask Wallet](../orientation/metamask-setup.md)
* [Manage Your OCEAN Tokens](../building-with-ocean/wallets-and-ocean-tokens.md)
### Removing Liquidity