This commit is contained in:
trentmc 2023-12-22 13:27:49 +01:00
parent 6fd6c6baaa
commit ab00413b34
3 changed files with 20 additions and 19 deletions

View File

@ -82,7 +82,7 @@ The rest of this doc gives details for each network. You can skip it until you n
**Wallet.** If you cannot find Oasis Sapphire Mainnet as a predefined network, fyou can manually connect by entering the following during import: Network Name: `Oasis Sapphire`, RPC URL: `https://sapphire.oasis.io`, Chain ID: `23294`, Token: `ROSE`. For further info, see [Oasis tokens docs](https://docs.oasis.io/general/manage-tokens/).
**Bridge.** Use our [Celer Bridge Guide](https://github.com/oceanprotocol/pdr-backend/blob/main/READMEs/get-ocean-on-sapphire.md#2-transfer-ocean-to-sapphire-mainnet-via-celer) 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

View File

@ -5,23 +5,17 @@ description: Transfer tokens between two blockchain networks.
# Bridges
A bridge is a mechanism that connects two or more separate blockchain networks, enabling communication and interoperability between them. Bridges can be designed to facilitate the transfer of assets, data, or messages between different blockchain networks that may operate on different protocols, and consensus mechanisms, or have different native currencies.
This page covers:
- **Celer Bridge** - bridge OCEAN from Eth mainnet <> Oasis Sapphire mainnet
- **BNB Smart Chain Bridge** - bridge OCEAN from Eth mainnet <> BNB Smart Chain
This page covers bridges of OCEAN from Ethereum mainnet to...
- BNB Smart Chain
- Polygon
For other bridges and networks, see the [Networks page](README.md).
The rest of this doc gives bridging details. You can skip it until you need the reference information.
## Celer Bridge
To transfer OCEAN to and from the Oasis Sapphire Mainnet, we recommend using the [Celer Bridge](https://cbridge.celer.network/1/23294/OCEAN). No bridge is needed for transfering OCEAN to the Oasis Sapphire Testnet because Ocean Protocol offers a [faucet](https://faucet.sapphire.oceanprotocol.com/) for OCEAN on Oasis Sapphire Testnet. Note that Ocean Protocol supports Oasis Sapphire networks for [Predictoor](https://predictoor.ai) development, and does not currently support Oasis Sapphire for ocean.js, ocean.py, or Ocean Market.
## BNB Smart Chain Bridge
To transfer OCEAN to and from the BNB Smart Chain, we recommend using the [Binance Bridge](https://www.bnbchain.org/en/bridge). BSC offers various options such as withdrawing crypto from [Binance](https://www.binance.com/en) and utilizing the [Binance Bridge](https://www.bnbchain.org/en/bridge). You can refer to the Binance Academy article "[How to Get Started with BSC](https://academy.binance.com/en/articles/how-to-get-started-with-binance-smart-chain-bsc)" for more information.
To transfer OCEAN to and from the BNB Smart Chain, we recommend using [Binance Bridge](https://www.bnbchain.org/en/bridge). BSC offers various options such as withdrawing crypto from [Binance](https://www.binance.com/en) and utilizing the [Binance Bridge](https://www.bnbchain.org/en/bridge). You can refer to the Binance Academy article "[How to Get Started with BSC](https://academy.binance.com/en/articles/how-to-get-started-with-binance-smart-chain-bsc)" for more information.
{% hint style="warning" %}
In case you opt for an alternative bridge option and intend to transfer tokens to Binance, it is **crucial** to ensure that the contract address you are sending the tokens to is correct.

View File

@ -4,17 +4,19 @@ description:
<div align="center"><figure><img src="../.gitbook/assets/discover/wait.png" width="60%"></figure></div>
### What is Ocean?
## What is Ocean?
Ocean is a decentralized data exchange protocol. AI lives on data; Ocean facilitates it.
Ocean is a decentralized data exchange protocol.
Specifically, Ocean has two parts:
AI lives on data; Ocean facilitates it.
Ocean has two specific parts:
- A live tech stack. At the core is **Datatokens** and **Compute-to-Data**
- A lively community. This includes **builders, 52data scientists, OCEAN holders**, and **Ocean Ambassadors**
- A lively community. This includes **builders, data scientists, OCEAN holders**, and **Ocean Ambassadors**. Ocean's community is active on **social media**.
Let's drill into each.
### Tech: Ocean data NFTs and datatokens
## Tech: Ocean data NFTs and datatokens
These enable decentralized access control, via token-gating. Key principles:
@ -30,7 +32,7 @@ Crypto wallets, exchanges, and DAOs become _data_ wallets, exchanges, and DAOs.
Data can be on Azure or AWS, Filecoin or Arweave, REST APIs or smart contract feeds. Data may be raw AI training data, feature vectors, trained models, even AI model predictions, or non-AI data.
### Tech: Ocean Compute-to-Data
## Tech: Ocean Compute-to-Data
This enables one buy & sell private data, while preserving privacy
- Private data is valuable: using it can improve research and business outcomes. But concerns over privacy and control make it hard to access.
@ -42,7 +44,7 @@ This enables one buy & sell private data, while preserving privacy
<figure><img src="../.gitbook/assets/discover/c2d-mental-model.png" width="75%"><br><figcaption>Compute-to-Data flow</figcaption></figure>
</div>
### Community: Ocean Ecosystem
## Community: Ocean Ecosystem
Ocean has a lively [ecosystem](https://oceanprotocol.com/explore/ecosystem) of dapps grown over years, built by enthusiastic developers.
@ -50,12 +52,17 @@ Ocean has a lively [ecosystem](https://oceanprotocol.com/explore/ecosystem) of d
The Ocean ecosystem also contains many data scientists and OCEAN holders, excited about the future of AI & data. You can find them doing predictions, data challenges, Data Farming, and more.
### Community: Ocean Ambassadors
## Community: Ocean Ambassadors
Ocean has an excellent [community of ambassadors](https://oceanprotocol.com/explore/community). Anyone can join.
<div align="center"><figure><img src="../.gitbook/assets/discover/ambassadors.png" width="50%"></figure></div>
## Community: Social Media
Follow Ocean on [Twitter](https://twitter.com/OceanProtocol) or [Telegram](https://t.me/oceanprotocol_community) to keep up to date. Chat directly with the Ocean community on [Discord](https://discord.gg/TnXjkR5). Or, track Ocean progress directly on [GitHub](https://github.com/oceanprotocol).
Finally, the [Ocean blog](https://blog.oceanprotocol.com/) has regular updates.
----