mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-26 19:49:26 +01:00
fixes
This commit is contained in:
parent
89762f2eb1
commit
c46b80bfc6
@ -1,9 +1,12 @@
|
||||
root: ./
|
||||
|
||||
redirects:
|
||||
readme/metamask-setup: discover/wallets/metamask-setup.md
|
||||
readme/wallets: discover/wallets/README.md
|
||||
readme/wallets-and-ocean-tokens: discover/wallets-and-ocean.md
|
||||
discover/wallets/README: user-guides/wallets/README.md
|
||||
discover/wallets/metamask-setup: user-guides/wallets/metamask-setup.md
|
||||
discover/wallets/wallets-and-ocean: user-guides/wallets/wallets-and-ocean.md
|
||||
readme/metamask-setup: user-guides/wallets/metamask-setup.md
|
||||
readme/wallets: user-guides/wallets/README.md
|
||||
readme/wallets-and-ocean-tokens: user-guides/wallets-and-ocean.md
|
||||
core-concepts: developers/README.md
|
||||
core-concepts/architecture: developers/architecture.md
|
||||
core-concepts/datanft-and-datatoken: developers/contracts/datanft-and-datatoken.md
|
||||
@ -14,7 +17,7 @@ redirects:
|
||||
core-concepts/asset-pricing: developers/contracts/pricing-schemas.md
|
||||
core-concepts/did-ddo: developers/identifiers.md
|
||||
concepts/ocean-tokens/: discover/ocean-token.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/ocean-101: discover/README.md
|
||||
discover/basic-concepts: user-guides/basic-concepts.md
|
||||
|
@ -45,6 +45,6 @@ Prominently featured within this layer is [Ocean Market](../user-guides/using-oc
|
||||
|
||||
### 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.
|
||||
|
@ -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:
|
||||
|
||||
* 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).
|
||||
* You’ll also need some [OCEAN on a testnet](../../discover/wallets-and-ocean.md) to use your marketplace.
|
||||
* 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](../../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.
|
||||
* 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
|
||||
|
||||
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.
|
||||
|
@ -36,11 +36,12 @@ For blockchain beginners
|
||||
[wallets/metamask-setup.md](wallets/metamask-setup.md)
|
||||
{% endcontent-ref %}
|
||||
|
||||
{% content-ref url="wallets/wallets-and-ocean.md" %}
|
||||
[wallets/wallets-and-ocean.md](wallets/wallets-and-ocean.md)
|
||||
{% content-ref url="wallets/wallest-and-ocean.md" %}
|
||||
[wallets/wallest-and-ocean.md](wallets/wallest-and-ocean.md)
|
||||
{% endcontent-ref %}
|
||||
|
||||
|
||||
|
||||
## Using Ocean Market
|
||||
|
||||
{% content-ref url="using-ocean-market.md" %}
|
||||
|
@ -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:
|
||||
|
||||
* [Wallet Basics](../discover/wallets/README.md) 👛
|
||||
* [Set Up MetaMask](../discover/wallets/metamask-setup.md) 🦊
|
||||
* [Manage Your OCEAN](../discover/wallets-and-ocean.md) 🪙
|
||||
* [Wallet Basics](../user-guides/wallets/README.md) 👛
|
||||
* [Set Up MetaMask](../user-guides/wallets/metamask-setup.md) 🦊
|
||||
* [Manage Your OCEAN](../user-guides/wallets-and-ocean.md) 🪙
|
||||
|
Loading…
Reference in New Issue
Block a user