mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-26 19:49:26 +01:00
commit
194969d0ef
@ -1,9 +1,9 @@
|
|||||||
root: ./
|
root: ./
|
||||||
|
|
||||||
redirects:
|
redirects:
|
||||||
readme/metamask-setup: discover/wallets/metamask-setup.md
|
readme/metamask-setup: user-guides/wallets/metamask-setup.md
|
||||||
readme/wallets: discover/wallets/README.md
|
readme/wallets: user-guides/wallets/README.md
|
||||||
readme/wallets-and-ocean-tokens: discover/wallets-and-ocean.md
|
readme/wallets-and-ocean-tokens: user-guides/wallets-and-ocean.md
|
||||||
core-concepts: developers/README.md
|
core-concepts: developers/README.md
|
||||||
core-concepts/architecture: developers/architecture.md
|
core-concepts/architecture: developers/architecture.md
|
||||||
core-concepts/datanft-and-datatoken: developers/contracts/datanft-and-datatoken.md
|
core-concepts/datanft-and-datatoken: developers/contracts/datanft-and-datatoken.md
|
||||||
@ -14,7 +14,7 @@ redirects:
|
|||||||
core-concepts/asset-pricing: developers/contracts/pricing-schemas.md
|
core-concepts/asset-pricing: developers/contracts/pricing-schemas.md
|
||||||
core-concepts/did-ddo: developers/identifiers.md
|
core-concepts/did-ddo: developers/identifiers.md
|
||||||
concepts/ocean-tokens/: discover/basic-concepts.md
|
concepts/ocean-tokens/: discover/basic-concepts.md
|
||||||
tutorials/wallets-and-ocean-tokens: discover/wallets-and-ocean.md
|
tutorials/wallets-and-ocean-tokens: user-guides/wallets-and-ocean.md
|
||||||
discover/explore: discover/README.md
|
discover/explore: discover/README.md
|
||||||
discover/ocean-101: discover/README.md
|
discover/ocean-101: discover/README.md
|
||||||
discover/basic-concepts: user-guides/basic-concepts.md
|
discover/basic-concepts: user-guides/basic-concepts.md
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 168 KiB |
@ -6,7 +6,7 @@ coverY: 0
|
|||||||
|
|
||||||
# 👨💻 Developers
|
# 👨💻 Developers
|
||||||
|
|
||||||
### What can you build with Ocean?
|
## What can you build with Ocean?
|
||||||
|
|
||||||
1. **Token-gated dApps & REST APIs**: monetize by making your dApp or its REST API token-gated. [Here's how](https://github.com/oceanprotocol/token-gating-template).
|
1. **Token-gated dApps & REST APIs**: monetize by making your dApp or its REST API token-gated. [Here's how](https://github.com/oceanprotocol/token-gating-template).
|
||||||
1. **AI dApps**: monetize your AI dApp by token-gating on AI training data, feature vectors, models, or predictions.
|
1. **AI dApps**: monetize your AI dApp by token-gating on AI training data, feature vectors, models, or predictions.
|
||||||
@ -18,25 +18,25 @@ Example live dapps:
|
|||||||
- **Token-gated dapps**: [Autobot](https://autobotocean.com/) for analytics, and [Ocean Waves](https://waves.oceanprotocol.com/) for music.
|
- **Token-gated dapps**: [Autobot](https://autobotocean.com/) for analytics, and [Ocean Waves](https://waves.oceanprotocol.com/) for music.
|
||||||
- **Token-gated feeds**: [Ocean Predictoor](https://predictoor.ai) for AI prediction feeds
|
- **Token-gated feeds**: [Ocean Predictoor](https://predictoor.ai) for AI prediction feeds
|
||||||
|
|
||||||
### How do developers start using Ocean?
|
## How do developers start using Ocean?
|
||||||
|
|
||||||
- **App level: [Use an Ocean Template](https://oceanprotocol.com/templates)**.
|
- **App level: [Use an Ocean Template](https://oceanprotocol.com/templates)**.
|
||||||
- **Library level: [Use ocean.js](ocean.js/README.md)** is a library built for the key environment of dApp developers: JavaScript. Import it & use it your frontend or NodeJS.
|
- **Library level: [Use ocean.js](ocean.js/README.md)** is a library built for the key environment of dApp developers: JavaScript. Import it & use it your frontend or NodeJS.
|
||||||
- **Contract level: [Call Ocean contracts](contracts.md)** on Eth mainnet [or other chains](../discover/networks.md).
|
- **Contract level: [Call Ocean contracts](contracts/README.md)** on Eth mainnet [or other chains](../discover/networks/README.md).
|
||||||
|
|
||||||
### Developer Docs Quick-links
|
## Developer Docs Quick-links
|
||||||
|
|
||||||
- [Architecture](architecture.md) - blockchain/contracts layer, middleware, dapps
|
- [Architecture](architecture.md) - blockchain/contracts layer, middleware, dapps
|
||||||
- Earning revenue: [code to get payment](revenue.md), [fractional $](fractional-ownership.md), [community $](community-monetization)
|
- Earning revenue: [code to get payment](contracts/revenue.md), [fractional $](fractional-ownership.md), [community $](community-monetization.md)
|
||||||
- Schemas: [Metadata](metadata.md), [identifiers/DIDs](identifiers.md), [identifier objects/DDOs](ddo-specification.md), [storage](storage.md), [fine-grained permissions](fg-permissions.md)
|
- Schemas: [Metadata](metadata.md), [identifiers/DIDs](identifiers.md), [identifier objects/DDOs](ddo-specification.md), [storage](storage.md), [fine-grained permissions](fg-permissions.md)
|
||||||
- Components:
|
- Components:
|
||||||
- [Barge](barge.md) - local chain for testing
|
- [Barge](barge/README.md) - local chain for testing
|
||||||
- [Ocean subgraph](subgraph.md) - grabbing event data from the chain
|
- [Ocean subgraph](subgraph/README.md) - grabbing event data from the chain
|
||||||
- [Ocean CLI](ocean-cli.md) - command-line interface
|
- [Ocean CLI](ocean-cli/README.md) - command-line interface
|
||||||
- [Compute-to-data](compute-to-data.md) - practical privacy approach
|
- [Compute-to-data](compute-to-data/README.md) - practical privacy approach
|
||||||
- [Aquarius](aquarius.md) - metadata cache
|
- [Aquarius](aquarius/README.md) - metadata cache
|
||||||
- [Provider](provider.md) - handshaking for access control
|
- [Provider](provider/README.md) - handshaking for access control
|
||||||
- [FAQ](faq.md)
|
- [FAQ](dev-faq.md)
|
||||||
|
|
||||||
----
|
----
|
||||||
|
|
||||||
|
@ -45,6 +45,6 @@ Prominently featured within this layer is [Ocean Market](../user-guides/using-oc
|
|||||||
|
|
||||||
### Layer 4: The Friendly Wallets
|
### Layer 4: The Friendly Wallets
|
||||||
|
|
||||||
At the top of the Ocean Protocol ecosystem, we find the esteemed [Web 3 Wallets](../discover/wallets/README.md), the gateway for users to immerse themselves in the world of decentralized data transactions. These wallets serve as trusted companions, enabling users to seamlessly transact within the ecosystem, purchase and sell data NFTs, and acquire valuable datatokens. For a more detailed exploration of Web 3 Wallets and their capabilities, you can refer to the [wallet intro page](../discover/wallets/README.md).
|
At the top of the Ocean Protocol ecosystem, we find the esteemed [Web 3 Wallets](../user-guides/wallets/README.md), the gateway for users to immerse themselves in the world of decentralized data transactions. These wallets serve as trusted companions, enabling users to seamlessly transact within the ecosystem, purchase and sell data NFTs, and acquire valuable datatokens. For a more detailed exploration of Web 3 Wallets and their capabilities, you can refer to the [wallet intro page](../user-guides/wallets/README.md).
|
||||||
|
|
||||||
With the layers of the architecture clearly delineated, the stage is set for a comprehensive exploration of their underlying logic and intricate design. By examining each individually, we can gain a deeper understanding of their unique characteristics and functionalities.
|
With the layers of the architecture clearly delineated, the stage is set for a comprehensive exploration of their underlying logic and intricate design. By examining each individually, we can gain a deeper understanding of their unique characteristics and functionalities.
|
||||||
|
@ -29,8 +29,8 @@ The tutorial covers:
|
|||||||
|
|
||||||
If you’re completely unfamiliar with Ocean Market or web3 applications in general, you will benefit from reading these guides first:
|
If you’re 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, you’ll need a [wallet](../../discover/wallets/README.md). We recommend [getting set up with metamask](../../discover/wallets/metamask-setup.md).
|
* To use your clone of Ocean Market, you’ll need a [wallet](../../user-guides/wallets/README.md). We recommend [getting set up with metamask](../../user-guides/wallets/metamask-setup.md).
|
||||||
* You’ll also need some [OCEAN on a testnet](../../discover/wallets-and-ocean.md) to use your marketplace.
|
* You’ll also need some [OCEAN on a testnet](../../user-guides/wallets-and-ocean.md) to use your marketplace.
|
||||||
* When you have the testnet tokens, have a go at [publishing a data NFT](../../user-guides/publish-data-nfts.md) on Ocean Market.
|
* When you have the testnet tokens, have a go at [publishing a data NFT](../../user-guides/publish-data-nfts.md) on Ocean Market.
|
||||||
* Run through the process of [consuming a data asset](../../user-guides/buy-data-nfts.md) on Ocean Market.
|
* Run through the process of [consuming a data asset](../../user-guides/buy-data-nfts.md) on Ocean Market.
|
||||||
|
|
||||||
|
@ -46,7 +46,7 @@ Prominently featured within this layer is [Ocean Market](../../user-guides/using
|
|||||||
|
|
||||||
### Layer 4: The Friendly Wallets
|
### Layer 4: The Friendly Wallets
|
||||||
|
|
||||||
At the top of the Ocean Protocol ecosystem, we find the esteemed [Web 3 Wallets](../../discover/wallets/README.md), the gateway for users to immerse themselves in the world of decentralized data transactions. These wallets serve as trusted companions, enabling users to seamlessly transact within the ecosystem, purchase and sell data NFTs, and acquire valuable datatokens. For a more detailed exploration of Web 3 Wallets and their capabilities, you can refer to the [wallet intro page](../../discover/wallets/README.md).
|
At the top of the Ocean Protocol ecosystem, we find the esteemed [Web 3 Wallets](../../user-guides/wallets/README.md), the gateway for users to immerse themselves in the world of decentralized data transactions. These wallets serve as trusted companions, enabling users to seamlessly transact within the ecosystem, purchase and sell data NFTs, and acquire valuable datatokens. For a more detailed exploration of Web 3 Wallets and their capabilities, you can refer to the [wallet intro page](../../user-guides/wallets/README.md).
|
||||||
|
|
||||||
|
|
||||||
With the layers of the architecture clearly delineated, the stage is set for a comprehensive exploration of their underlying logic and intricate design. By examining each individually, we can gain a deeper understanding of their unique characteristics and functionalities.
|
With the layers of the architecture clearly delineated, the stage is set for a comprehensive exploration of their underlying logic and intricate design. By examining each individually, we can gain a deeper understanding of their unique characteristics and functionalities.
|
||||||
|
@ -75,7 +75,7 @@ With [Ocean Predictoor](../predictoor/README.md), you submit predictions for the
|
|||||||
|
|
||||||
<summary><mark style="color:black;">Compete in a Data Challenge</mark></summary>
|
<summary><mark style="color:black;">Compete in a Data Challenge</mark></summary>
|
||||||
|
|
||||||
Ocean regularly offer [data science challenges](../data-scientists/join-a-data-challenge) on real-world problems. Showcase your skills, and earn $ prizes.
|
Ocean regularly offer [data science challenges](../data-scientists/join-a-data-challenge.md) on real-world problems. Showcase your skills, and earn $ prizes.
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: FAQs
|
title: FAQs
|
||||||
description: Frequently Asked Questions about Ocean Protocol
|
description:
|
||||||
---
|
---
|
||||||
|
|
||||||
# FAQ
|
# FAQ
|
||||||
|
@ -39,23 +39,20 @@ The rest of this doc gives details for each network. You can skip it until you n
|
|||||||
|
|
||||||
## Production Networks
|
## Production Networks
|
||||||
|
|
||||||
### Production: Ethereum Mainnet
|
### Ethereum Mainnet
|
||||||
|
|
||||||
<table data-header-hidden>
|
<table>
|
||||||
<tbody>
|
|
||||||
<tr><td>Native token</td><td>ETH</td></tr>
|
<tr><td>Native token</td><td>ETH</td></tr>
|
||||||
<tr><td>OCEAN address</td><td><a href="https://etherscan.io/token/0x967da4048cD07aB37855c090aAF366e4ce1b9F48">0x967da4048cD07aB37855c090aAF366e4ce1b9F48</a></td></tr>
|
<tr><td>OCEAN address</td><td><a href="https://etherscan.io/token/0x967da4048cD07aB37855c090aAF366e4ce1b9F48">0x967da4048cD07aB37855c090aAF366e4ce1b9F48</a></td></tr>
|
||||||
<tr><td>Explorer</td><td><a href="https://etherscan.io">https://etherscan.io</a></td></tr>
|
<tr><td>Explorer</td><td><a href="https://etherscan.io">https://etherscan.io</a></td></tr>
|
||||||
</tbody>
|
|
||||||
|
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
**Wallet.** To connect to Ethereum mainnet with e.g. MetaMask, click on the network name dropdown and select "Ethereum mainnet" from the list.
|
**Wallet.** To connect to Ethereum mainnet with e.g. MetaMask, click on the network name dropdown and select "Ethereum mainnet" from the list.
|
||||||
|
|
||||||
|
|
||||||
### Production: Polygon Mainnet
|
### Polygon Mainnet
|
||||||
|
|
||||||
<table data-header-hidden>
|
<table>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr><td>Native token</td><td>MATIC</td></tr>
|
<tr><td>Native token</td><td>MATIC</td></tr>
|
||||||
<tr><td>OCEAN address</td><td><a href="https://polygonscan.com/token/0x282d8efce846a88b159800bd4130ad77443fa1a1">0x282d8efCe846A88B159800bd4130ad77443Fa1A1</a></td></tr>
|
<tr><td>OCEAN address</td><td><a href="https://polygonscan.com/token/0x282d8efce846a88b159800bd4130ad77443fa1a1">0x282d8efCe846A88B159800bd4130ad77443Fa1A1</a></td></tr>
|
||||||
@ -66,13 +63,13 @@ The rest of this doc gives details for each network. You can skip it until you n
|
|||||||
|
|
||||||
**Wallet.** If you can't find Polygon Mainnet as a predefined network, follow [Polygon's guide](https://wiki.polygon.technology/docs/develop/metamask/config-polygon-on-metamask/#add-the-polygon-network-manually).
|
**Wallet.** If you can't find Polygon Mainnet as a predefined network, follow [Polygon's guide](https://wiki.polygon.technology/docs/develop/metamask/config-polygon-on-metamask/#add-the-polygon-network-manually).
|
||||||
|
|
||||||
**Bridge.** Check out the Polygon Bridge [guide](bridges.md) to learn how you can deposit, withdraw and send tokens.
|
**Bridge.** Follow the [Polygon Bridge guide](bridges.md) in our docs.
|
||||||
|
|
||||||
### Production: Oasis Sapphire Mainnet
|
### Oasis Sapphire Mainnet
|
||||||
|
|
||||||
[Ocean Predictoor](../predictoor/README.md) is deployed on Oasis Sapphire mainnet for its ability to keep EVM transactions private. This deployment does do not currently support ocean.js, ocean.py, or Ocean Market.
|
[Ocean Predictoor](../../predictoor/README.md) is deployed on Oasis Sapphire mainnet for its ability to keep EVM transactions private. This deployment does do not currently support ocean.js, ocean.py, or Ocean Market.
|
||||||
|
|
||||||
<table data-header-hidden>
|
<table>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr><td>Native token</td></td><td>ROSE</td></tr>
|
<tr><td>Native token</td></td><td>ROSE</td></tr>
|
||||||
<tr><td>OCEAN address</td><td><a href="https://explorer.oasis.io/mainnet/sapphire/token/0x39d22B78A7651A76Ffbde2aaAB5FD92666Aca520">0x39d22B78A7651A76Ffbde2aaAB5FD92666Aca520</a></td></tr>
|
<tr><td>OCEAN address</td><td><a href="https://explorer.oasis.io/mainnet/sapphire/token/0x39d22B78A7651A76Ffbde2aaAB5FD92666Aca520">0x39d22B78A7651A76Ffbde2aaAB5FD92666Aca520</a></td></tr>
|
||||||
@ -84,9 +81,9 @@ The rest of this doc gives details for each network. You can skip it until you n
|
|||||||
|
|
||||||
**Bridge.** Use [Celer](https://cbridge.celer.network/1/23294/OCEAN) to bridge OCEAN from Ethereum mainnet to Oasis Sapphire mainnet.
|
**Bridge.** Use [Celer](https://cbridge.celer.network/1/23294/OCEAN) to bridge OCEAN from Ethereum mainnet to Oasis Sapphire mainnet.
|
||||||
|
|
||||||
### Production: BNB Smart Chain
|
### BNB Smart Chain
|
||||||
|
|
||||||
<table data-header-hidden>
|
<table>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr><td>Native token</td></td><td>BSC BNB</td></tr>
|
<tr><td>Native token</td></td><td>BSC BNB</td></tr>
|
||||||
<tr><td>OCEAN address</td><td><a href="https://bscscan.com/token/0xdce07662ca8ebc241316a15b611c89711414dd1a">0xdce07662ca8ebc241316a15b611c89711414dd1a</a></td></tr>
|
<tr><td>OCEAN address</td><td><a href="https://bscscan.com/token/0xdce07662ca8ebc241316a15b611c89711414dd1a">0xdce07662ca8ebc241316a15b611c89711414dd1a</a></td></tr>
|
||||||
@ -100,9 +97,9 @@ This is one of the [Binance](https://binance.com)-spawned chains. BNB is the tok
|
|||||||
|
|
||||||
**Bridge.** Our [BNB Smart Chain Bridge Guide](bridges.md#bnb-smart-chain-bridge) describes how to get OCEAN to BNB Smart Chain.
|
**Bridge.** Our [BNB Smart Chain Bridge Guide](bridges.md#bnb-smart-chain-bridge) describes how to get OCEAN to BNB Smart Chain.
|
||||||
|
|
||||||
### Production: Energy Web Chain (EWC)
|
### Energy Web Chain (EWC)
|
||||||
|
|
||||||
<table data-header-hidden>
|
<table>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr><td>Native token</td></td><td>Energy Web Chain EWT</td></tr>
|
<tr><td>Native token</td></td><td>Energy Web Chain EWT</td></tr>
|
||||||
<tr><td>OCEAN address</td><td><a href="https://explorer.energyweb.org/token/0x593122aae80a6fc3183b2ac0c4ab3336debee528">0x593122aae80a6fc3183b2ac0c4ab3336debee528</a></td></tr>
|
<tr><td>OCEAN address</td><td><a href="https://explorer.energyweb.org/token/0x593122aae80a6fc3183b2ac0c4ab3336debee528">0x593122aae80a6fc3183b2ac0c4ab3336debee528</a></td></tr>
|
||||||
@ -114,11 +111,11 @@ This is the chain for [Energy Web Foundation](https://www.energyweb.org/).
|
|||||||
|
|
||||||
**Wallet.** If you cannot find Energy Web Chain as a predefined network in your wallet, you can manually connect to it by following this [guide](https://energy-web-foundation.gitbook.io/energy-web/how-tos-and-tutorials/connect-to-energy-web-chain-main-network-with-metamash).
|
**Wallet.** If you cannot find Energy Web Chain as a predefined network in your wallet, you can manually connect to it by following this [guide](https://energy-web-foundation.gitbook.io/energy-web/how-tos-and-tutorials/connect-to-energy-web-chain-main-network-with-metamash).
|
||||||
|
|
||||||
**Bridge.** To bridge assets between Ethereum Mainnet and Energy Web Chain and Ethereum mainnet, you can use [Carbonswap bridge](https://bridge.carbonswap.exchange/).
|
**Bridge.** To bridge assets between Ethereum Mainnet and Energy Web Chain and Ethereum mainnet, you can use [Omni bridge by Carbonswap](https://bridge.carbonswap.exchange/).
|
||||||
|
|
||||||
### Production: Optimism (OP) Mainnet
|
### Optimism (OP) Mainnet
|
||||||
|
|
||||||
<table data-header-hidden>
|
<table>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr><td>Native token</td></td><td>ETH</td></tr>
|
<tr><td>Native token</td></td><td>ETH</td></tr>
|
||||||
<tr><td>OCEAN address</td><td><a href="https://optimistic.etherscan.io/address/0x2561aa2bB1d2Eb6629EDd7b0938d7679B8b49f9E">0x2561aa2bB1d2Eb6629EDd7b0938d7679B8b49f9E</a></td></tr>
|
<tr><td>OCEAN address</td><td><a href="https://optimistic.etherscan.io/address/0x2561aa2bB1d2Eb6629EDd7b0938d7679B8b49f9E">0x2561aa2bB1d2Eb6629EDd7b0938d7679B8b49f9E</a></td></tr>
|
||||||
@ -128,11 +125,11 @@ This is the chain for [Energy Web Foundation](https://www.energyweb.org/).
|
|||||||
|
|
||||||
**Wallet.** If you cannot find Optimism as a predefined network in your wallet, you can manually connect to with [this OP guide](https://community.optimism.io/docs/useful-tools/networks/#op-mainnet).
|
**Wallet.** If you cannot find Optimism as a predefined network in your wallet, you can manually connect to with [this OP guide](https://community.optimism.io/docs/useful-tools/networks/#op-mainnet).
|
||||||
|
|
||||||
**Bridge.** Follow the [OP Bridge guide](https://https://app.optimism.io/bridge/deposit) to deposit, withdraw and send tokens.
|
**Bridge.** Follow the [OP Bridge guide](https://docs.optimism.io/builders/dapp-developers/bridging/standard-bridge).
|
||||||
|
|
||||||
### Production: Moonriver
|
### Moonriver
|
||||||
|
|
||||||
<table data-header-hidden>
|
<table>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr><td>Native token</td></td><td>Moonriver MOVR</td></tr>
|
<tr><td>Native token</td></td><td>Moonriver MOVR</td></tr>
|
||||||
<tr><td>OCEAN address</td><td><a href="https://blockscout.moonriver.moonbeam.network/token/0x99C409E5f62E4bd2AC142f17caFb6810B8F0BAAE/token-transfers">0x99C409E5f62E4bd2AC142f17caFb6810B8F0BAAE</a></td></tr>
|
<tr><td>OCEAN address</td><td><a href="https://blockscout.moonriver.moonbeam.network/token/0x99C409E5f62E4bd2AC142f17caFb6810B8F0BAAE/token-transfers">0x99C409E5f62E4bd2AC142f17caFb6810B8F0BAAE</a></td></tr>
|
||||||
@ -145,30 +142,30 @@ This is the chain for [Energy Web Foundation](https://www.energyweb.org/).
|
|||||||
|
|
||||||
**Wallet.** If Moonriver is not listed as a predefined network in your wallet, you can manually connect to it by following [Moonriver's guide](https://docs.moonbeam.network/builders/get-started/networks/moonriver/#connect-metamask).
|
**Wallet.** If Moonriver is not listed as a predefined network in your wallet, you can manually connect to it by following [Moonriver's guide](https://docs.moonbeam.network/builders/get-started/networks/moonriver/#connect-metamask).
|
||||||
|
|
||||||
**Bridge.** To bridge assets between Moonriver and Ethereum mainnet, you can use [the Anyswap Bridge](https://anyswap.exchange/#/bridge).
|
**Bridge.** To bridge assets between Moonriver and Ethereum mainnet, you can use the [Celer](https://cbridge.celer.network/bridge/moonriver-ethereum/).
|
||||||
|
|
||||||
|
|
||||||
## Test Networks
|
## Test Networks
|
||||||
|
|
||||||
Unlike production networks, tokens on test networks do not hold real economic value.
|
Unlike production networks, tokens on test networks do not hold real economic value.
|
||||||
|
|
||||||
### Testnet: Görli
|
### Görli
|
||||||
|
|
||||||
<table data-header-hidden>
|
<table>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr><td>Native token</td></td><td>Görli (fake) ETH</td></tr>
|
<tr><td>Native token</td></td><td>Görli (fake) ETH</td></tr>
|
||||||
<tr><td>Native token faucet</td><td><a href="https://goerlifaucet.com/">Here</a></td></tr>
|
<tr><td>Native token faucet</td><td><a href="https://goerlifaucet.com/">Here</a></td></tr>
|
||||||
<tr><td>OCEAN address</td><td><a href="https://goerli.etherscan.io/address/0xcfdda22c9837ae76e0faa845354f33c62e03653a">0xCfDdA22C9837aE76E0faA845354f33C62E03653a</a></td></tr>
|
<tr><td>OCEAN address</td><td><a href="https://goerli.etherscan.io/address/0xcfdda22c9837ae76e0faa845354f33c62e03653a">0xCfDdA22C9837aE76E0faA845354f33C62E03653a</a></td></tr>
|
||||||
<tr><td>OCEAN faucet</td><td><a href="https://faucet.goerli.oceanprotocol.com">Here</a></td></tr>
|
<tr><td>OCEAN faucet</td><td><a href="https://faucet.goerli.oceanprotocol.com">Here</a></td></tr>
|
||||||
<tr><td>Explorer</td><td>https://goerli.etherscan.io</a></td></tr>
|
<tr><td>Explorer</td><td><a href="https://goerli.etherscan.io"</a></td></tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
**Wallet.** To connect with e.g. MetaMask, click on the network name dropdown and select _Goerli_ from the list of available networks.
|
**Wallet.** To connect with e.g. MetaMask, click on the network name dropdown and select _Goerli_ from the list of available networks.
|
||||||
|
|
||||||
### Testnet: Sepolia
|
### Sepolia
|
||||||
|
|
||||||
<table data-header-hidden>
|
<table>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr><td>Native token</td></td><td>Sepolia (fake) ETH </td></tr>
|
<tr><td>Native token</td></td><td>Sepolia (fake) ETH </td></tr>
|
||||||
<tr><td>Native token faucet</td><td><a href="https://sepoliafaucet.com/">Here</a></td></tr>
|
<tr><td>Native token faucet</td><td><a href="https://sepoliafaucet.com/">Here</a></td></tr>
|
||||||
@ -181,9 +178,9 @@ Unlike production networks, tokens on test networks do not hold real economic va
|
|||||||
**Wallet.** To connect with e.g. MetaMask, select "Sepolia" from the network dropdown list(enable "Show test networks").
|
**Wallet.** To connect with e.g. MetaMask, select "Sepolia" from the network dropdown list(enable "Show test networks").
|
||||||
|
|
||||||
|
|
||||||
### Testnet: Mumbai
|
### Mumbai
|
||||||
|
|
||||||
<table data-header-hidden>
|
<table>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr><td>Native token</td><td>Mumbai (fake) MATIC</td></tr>
|
<tr><td>Native token</td><td>Mumbai (fake) MATIC</td></tr>
|
||||||
<tr><td>Native token faucet</td><td><a href="https://faucet.matic.network/">Here</a></td></tr>
|
<tr><td>Native token faucet</td><td><a href="https://faucet.matic.network/">Here</a></td></tr>
|
||||||
@ -193,15 +190,15 @@ Unlike production networks, tokens on test networks do not hold real economic va
|
|||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
**Wallet.** To connect with e.g. MetaMask, select "Görli" from the network dropdown list. If it's not listed as a predefined network, follow [Polygon's guide](https://wiki.polygon.technology/docs/develop/metamask/config-polygon-on-metamask/).
|
**Wallet.** To connect with e.g. MetaMask, select "Görli" from the network dropdown list. If it's not listed as a predefined network, follow [Polygon's guide](https://polygon.technology/blog/getting-started-with-metamask-on-polygon).
|
||||||
|
|
||||||
|
|
||||||
### Testnet: Oasis Sapphire Testnet
|
### Oasis Sapphire Testnet
|
||||||
|
|
||||||
[Ocean Predictoor](../predictoor/README.md) is deployed on Oasis Sapphire testnet. This deployment does do not currently support ocean.js, ocean.py, or Ocean Market.
|
[Ocean Predictoor](../../predictoor/README.md) is deployed on Oasis Sapphire testnet. This deployment does do not currently support ocean.js, ocean.py, or Ocean Market.
|
||||||
|
|
||||||
|
|
||||||
<table data-header-hidden>
|
<table>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr><td>Native token</td><td>(fake) ROSE</td></tr>
|
<tr><td>Native token</td><td>(fake) ROSE</td></tr>
|
||||||
<tr><td>Native token faucet</td><td><a href="https://github.com/oceanprotocol/pdr-backend/blob/main/READMEs/testnet-faucet.md#get-fake-rose-on-sapphire-testnet">Here</a></td></tr>
|
<tr><td>Native token faucet</td><td><a href="https://github.com/oceanprotocol/pdr-backend/blob/main/READMEs/testnet-faucet.md#get-fake-rose-on-sapphire-testnet">Here</a></td></tr>
|
||||||
@ -214,9 +211,9 @@ Unlike production networks, tokens on test networks do not hold real economic va
|
|||||||
**Wallet.** If you cannot find Oasis Sapphire Testnet as a predefined network, you can manually connect to it by entering the following during import: Network Name: `Oasis Sapphire Testnet`, RPC URL: `https://testnet.sapphire.oasis.dev`, Chain ID: `23295`, Token: `ROSE`. For further info, see [Oasis tokens docs](https://docs.oasis.io/general/manage-tokens/).
|
**Wallet.** If you cannot find Oasis Sapphire Testnet as a predefined network, you can manually connect to it by entering the following during import: Network Name: `Oasis Sapphire Testnet`, RPC URL: `https://testnet.sapphire.oasis.dev`, Chain ID: `23295`, Token: `ROSE`. For further info, see [Oasis tokens docs](https://docs.oasis.io/general/manage-tokens/).
|
||||||
|
|
||||||
|
|
||||||
### Testnet: Optimism (OP) Sepolia
|
### Optimism (OP) Sepolia
|
||||||
|
|
||||||
<table data-header-hidden>
|
<table>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr><td>Native token</td></td><td>Sepolia (fake) ETH</td></tr>
|
<tr><td>Native token</td></td><td>Sepolia (fake) ETH</td></tr>
|
||||||
<tr><td>Native token faucet</td><td><a href="https://faucet.quicknode.com/optimism/sepolia">Here</a></td></tr>
|
<tr><td>Native token faucet</td><td><a href="https://faucet.quicknode.com/optimism/sepolia">Here</a></td></tr>
|
||||||
|
@ -32,7 +32,7 @@ Total # tokens: 1.41B. All tokens are minted; all control is [revoked](https://b
|
|||||||
|
|
||||||
OCEAN supply is divided as follows:
|
OCEAN supply is divided as follows:
|
||||||
|
|
||||||
- 51% (719.1M OCEAN) - to Data Farming and incentives programs. Distributed via vesting: burn-in period then 4-year half-life. For details, see section 5.1 "OCEAN Emissions Schedule" of [Data Farming Main](https://blog.oceanprotocol.com/ocean-data-farming-main-is-here-49c99602419e#5a8f).
|
- 51% (719.1M OCEAN) - to Data Farming and incentives programs. Distributed via vesting: burn-in period then 4-year half-life. For [Data Farming: Reward Schedule](../data-farming/reward-schedule.md) docs.
|
||||||
- 15% (211.5M OCEAN) - to Ocean community (grants, more) and foundation operations.
|
- 15% (211.5M OCEAN) - to Ocean community (grants, more) and foundation operations.
|
||||||
- 10% (141.0M OCEAN) - to the founding company, and in turn to its investors, employees & operations
|
- 10% (141.0M OCEAN) - to the founding company, and in turn to its investors, employees & operations
|
||||||
- 24% (338.4M OCEAN) - to token acquirors. This completed in early 2019. All acquiror vesting is complete as well.
|
- 24% (338.4M OCEAN) - to token acquirors. This completed in early 2019. All acquiror vesting is complete as well.
|
||||||
@ -47,85 +47,11 @@ In the design, a % of revenue is used to buy back & burn OCEAN. The remaining %
|
|||||||
|
|
||||||
<div align="center"><figure><img src="../.gitbook/assets/general/whirlpool.png" width="60%"></figure></div>
|
<div align="center"><figure><img src="../.gitbook/assets/general/whirlpool.png" width="60%"></figure></div>
|
||||||
|
|
||||||
|
## OCEAN on Networks
|
||||||
## OCEAN addresses
|
|
||||||
|
|
||||||
The "root" OCEAN token is deployed on Ethereum mainnet with address [`0x967da4048cd07ab37855c090aaf366e4ce1b9f48`](https://etherscan.io/token/0x967da4048cd07ab37855c090aaf366e4ce1b9f48).
|
The "root" OCEAN token is deployed on Ethereum mainnet with address [`0x967da4048cd07ab37855c090aaf366e4ce1b9f48`](https://etherscan.io/token/0x967da4048cd07ab37855c090aaf366e4ce1b9f48).
|
||||||
|
|
||||||
The OCEAN token has bridges to several [other chains](networks/README.md). It has a unique address on each chain.
|
The OCEAN token has bridges to several other chains. The [Networks docs](networks/README.md) give the address of OCEAN on each network, and how to get OCEAN on each of those networks.
|
||||||
|
|
||||||
<details>
|
|
||||||
|
|
||||||
<summary><mark style="color:black;"><i>OCEAN address per chain: (expand me)</i></mark></summary>
|
|
||||||
|
|
||||||
<table data-full-width="false">
|
|
||||||
<thead>
|
|
||||||
<tr>
|
|
||||||
<th width="161">Network name</th>
|
|
||||||
<th width="444">Contract Address</th>
|
|
||||||
<th width="105">Symbol</th>
|
|
||||||
<th>Decimals</th>
|
|
||||||
</tr>
|
|
||||||
</thead>
|
|
||||||
<tbody>
|
|
||||||
<tr>
|
|
||||||
<td><strong>Mainnet</strong></td>
|
|
||||||
<td>0x967da4048cD07aB37855c090aAF366e4ce1b9F48</td>
|
|
||||||
<td>OCEAN</td>
|
|
||||||
<td>18</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td><strong>Polygon</strong><br><strong>(ex Matic)</strong></td>
|
|
||||||
<td>0x282d8efCe846A88B159800bd4130ad77443Fa1A1</td>
|
|
||||||
<td>mOCEAN</td>
|
|
||||||
<td>18</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td><strong>BNB</strong><br><strong>BNB Smart Chain</strong></td>
|
|
||||||
<td>0xdce07662ca8ebc241316a15b611c89711414dd1a</td>
|
|
||||||
<td>OCEAN</td>
|
|
||||||
<td>18</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td><strong>Oasis Sapphire</strong></td>
|
|
||||||
<td>0x39d22B78A7651A76Ffbde2aaAB5FD92666Aca520</td>
|
|
||||||
<td>OCEAN</td>
|
|
||||||
<td>18</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td><strong>Optimism</strong></td>
|
|
||||||
<td>0xf26c6c93f9f1d725e149d95f8e7b2334a406ad10</td>
|
|
||||||
<td>OCEAN</td>
|
|
||||||
<td>18</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td><strong>Görli</strong></td>
|
|
||||||
<td>0xCfDdA22C9837aE76E0faA845354f33C62E03653a</td>
|
|
||||||
<td>OCEAN</td>
|
|
||||||
<td>18</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td><strong>Mumbai</strong></td>
|
|
||||||
<td>0xd8992Ed72C445c35Cb4A2be468568Ed1079357c8</td>
|
|
||||||
<td>OCEAN</td>
|
|
||||||
<td>18</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td><strong>Sepolia</strong></td>
|
|
||||||
<td>0x1B083D8584dd3e6Ff37d04a6e7e82b5F622f3985</td>
|
|
||||||
<td>OCEAN</td>
|
|
||||||
<td>18</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td><strong>Oasis Sapphire Testnet</strong></td>
|
|
||||||
<td>0x973e69303259B0c2543a38665122b773D28405fB</td>
|
|
||||||
<td>OCEAN</td>
|
|
||||||
<td>18</td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
|
|
||||||
</details>
|
|
||||||
|
|
||||||
----
|
----
|
||||||
|
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
description: >-
|
description: >-
|
||||||
The definitive guides on how to do almost anything you want with Ocean
|
Guides to use Ocean, with no coding needed.
|
||||||
Protocol tech!
|
|
||||||
cover: ../.gitbook/assets/cover/user_guides_banner.png
|
cover: ../.gitbook/assets/cover/user_guides_banner.png
|
||||||
coverY: 0
|
coverY: 0
|
||||||
---
|
---
|
||||||
@ -10,8 +9,6 @@ coverY: 0
|
|||||||
|
|
||||||
<figure><img src="../.gitbook/assets/gif/follow-instructions.gif" alt="" width="375"><figcaption></figcaption></figure>
|
<figure><img src="../.gitbook/assets/gif/follow-instructions.gif" alt="" width="375"><figcaption></figcaption></figure>
|
||||||
|
|
||||||
These are guides to use Ocean, with no coding needed.
|
|
||||||
|
|
||||||
**Contents:**
|
**Contents:**
|
||||||
- Basic concepts
|
- Basic concepts
|
||||||
- Using wallets
|
- Using wallets
|
||||||
@ -39,10 +36,6 @@ For blockchain beginners
|
|||||||
[wallets/metamask-setup.md](wallets/metamask-setup.md)
|
[wallets/metamask-setup.md](wallets/metamask-setup.md)
|
||||||
{% endcontent-ref %}
|
{% endcontent-ref %}
|
||||||
|
|
||||||
{% content-ref url="wallets-and-ocean.md" %}
|
|
||||||
[wallets-and-ocean.md](wallets-and-ocean.md)
|
|
||||||
{% endcontent-ref %}
|
|
||||||
|
|
||||||
|
|
||||||
## Using Ocean Market
|
## Using Ocean Market
|
||||||
|
|
||||||
|
@ -25,6 +25,6 @@ The Ocean Market is a place for buyers + sellers of top-notch data and algorithm
|
|||||||
|
|
||||||
**If you are new to web3** and blockchain technologies then we suggest you first get familiar with some Web3 basics:
|
**If you are new to web3** and blockchain technologies then we suggest you first get familiar with some Web3 basics:
|
||||||
|
|
||||||
* [Wallet Basics](../discover/wallets/README.md) 👛
|
* [Wallet Basics](../user-guides/wallets/README.md) 👛
|
||||||
* [Set Up MetaMask](../discover/wallets/metamask-setup.md) 🦊
|
* [Set Up MetaMask](../user-guides/wallets/metamask-setup.md) 🦊
|
||||||
* [Manage Your OCEAN](../discover/wallets-and-ocean.md) 🪙
|
* [Manage Your OCEAN](../user-guides/wallets-and-ocean.md) 🪙
|
||||||
|
@ -9,7 +9,7 @@ description: >-
|
|||||||
If you don't see any OCEAN in your crypto wallet software 🔎 (e.g. MetaMask or MyEtherWallet), don't worry! It might not know how to manage OCEAN yet.
|
If you don't see any OCEAN in your crypto wallet software 🔎 (e.g. MetaMask or MyEtherWallet), don't worry! It might not know how to manage OCEAN yet.
|
||||||
|
|
||||||
For an ERC-20 wallet to see OCEAN, the wallet typically needs to have OCEAN's address added as a custom token.
|
For an ERC-20 wallet to see OCEAN, the wallet typically needs to have OCEAN's address added as a custom token.
|
||||||
- The [OCEAN docs page](../discover/ocean-token.md) has the OCEAN address for each network.
|
- The [Networks docs](../discover/networks/README.md) give the address of OCEAN on each network, and how to get OCEAN on each of those networks.
|
||||||
- Then, use that information for the wallet instructions below.
|
- Then, use that information for the wallet instructions below.
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user