add oceanprotocol posts
After Width: | Height: | Size: 406 KiB |
After Width: | Height: | Size: 62 KiB |
After Width: | Height: | Size: 74 KiB |
After Width: | Height: | Size: 363 KiB |
@ -0,0 +1,167 @@
|
||||
---
|
||||
type: post
|
||||
date: 2019-07-18T00:00:00.000Z
|
||||
|
||||
title: The Commons Marketplace in Pacific Network
|
||||
image: the-commons-marketplace-in-pacific-network-teaser.png
|
||||
|
||||
tags:
|
||||
- oceanprotocol
|
||||
- blockchain
|
||||
- design
|
||||
---
|
||||
|
||||
We’ve been busy over the last few months, further developing the Commons Marketplace alongside creating the Pacific PoA Network.
|
||||
|
||||
---
|
||||
|
||||
> This article was [originally posted on Medium in the Ocean Protocol blog](https://medium.com/@kremalicious/the-commons-marketplace-in-pacific-network-4bcf2f595721).
|
||||
|
||||
---
|
||||
|
||||
When [we started with the Commons Marketplace](https://blog.oceanprotocol.com/the-commons-data-marketplace-c57a44288314), we built it on top of our [Nile Testnet](https://blog.oceanprotocol.com/announcing-the-ocean-protocol-nile-beta-network-64b6c4d06120). Besides showcasing the technology behind Ocean Protocol, it helped us to verify what we had built as well as to further improve on the Ocean components. Building our own reference marketplace with a specific use case, combined with the latest developed underlying technology, proved to be valuable in spotting and fixing the issues we were running into in Nile while building the [Pacific Mainnet](https://blog.oceanprotocol.com/announcing-pacific-network-live-poa-mainnet-6c343f48e866).
|
||||
|
||||
Since then, we’ve had the chance to analyze real-world usage of the marketplace, giving us valuable insights into expectations of the users and developers that are utilizing Ocean Protocol technology.
|
||||
|
||||
## 🏄♀️ Consume Flow Improvements
|
||||
|
||||
Downloading an asset file, a process we call consuming, is at the heart of what Ocean Protocol offers to ensure control of a registered data set by the publisher. Only under the conditions set by the publisher, a consumer will be allowed to do so. Revealing those conditions requires entering a cryptographic signing process first, no matter the conditions.
|
||||
|
||||
When an asset is registered into Ocean Protocol, the file URLs are encrypted and the encrypted URLs are stored in the [data set metadata](https://blog.oceanprotocol.com/ocean-protocol-details-metadata-94723a728efa), the unencrypted URLs are never stored. Only entering the consume flow will decrypt and unveil these file URLs. This process proved to be unstable and often took a long time to complete in Nile.
|
||||
|
||||
We tweaked all of the relevant [Ocean Protocol components](https://docs.oceanprotocol.com/concepts/components/) in the background (Aquarius, Brizo, Secret Store, Squid-js) to be able to provide a faster consume flow. We also added more real-time feedback during the whole process in the UI. In combination, these steps introduced a much more stable consume flow and a dramatic decrease in real and perceived time required to download an asset in Pacific.
|
||||
|
||||
![Granular feedback messages and faster process than before. Multiple months of work for one GIF.](consume.gif)
|
||||
|
||||
It is still not as fast as we would like it to be, and we will continue to make improvements on the speed over time.
|
||||
|
||||
## 🔥 Burner Wallets: Commons Without Any Setup
|
||||
|
||||
Since the launch of Commons, a Web3-capable browser with a wallet setup was required before full functionality became available. Without a wallet, and without a Web3-capable browser, the search feature *was *possible, but publishing or downloading data sets were not, because those processes require a cryptographic signing process — something which can only be done with a Web3 wallet.
|
||||
|
||||
We found this to be one of the main pain points users had when interacting with a marketplace providing free and publicly available data. Using the right browser, relying on a browser plugin, setting up a wallet, possibly managing crypto tokens, and connecting to the right network proved to be tricky for the target groups we’d like to have using Ocean.
|
||||
|
||||
We’ve started adding some improvements to remedy this, and so that Ocean developers will be able to debug more quickly:
|
||||
|
||||
![New Ocean Versions component on commons.oceanprotocol.com/about](ocean-versions.png)
|
||||
|
||||
But telling users to read some version numbers and act on it can’t be the solution.
|
||||
|
||||
We went back to the drawing board, created some [concepts and prototypes](https://github.com/oceanprotocol/commons/issues/139), and in the end [built a solution](https://github.com/oceanprotocol/commons/pull/176) providing the smoothest user experience by eliminating any setup: introducing the so-called [burner wallet concept](https://medium.com/gitcoin/ethereum-in-emerging-economies-b235f8dac2f2). If you just want to browse and download some assets, this solution is all you need and you don’t even have to think about it.
|
||||
|
||||
### What Is a Burner Wallet?
|
||||
|
||||
A burner wallet is a frictionless but disposable wallet, often used for signing transactions only, or to move small amounts of tokens around. They are usually [hierarchical deterministic wallets (HD wallet)](https://en.bitcoinwiki.org/wiki/Deterministic_wallet), generating a set of public/private keys from a random seed phrase. But the keys are not protected as much as in a “normal” wallet, and in our case the seed phrase is stored in your browser’s cache, hence the low-security aspect.
|
||||
|
||||
![](message.gif)
|
||||
|
||||
Luckily, this doesn’t matter for interactions in the Commons Marketplace, where all assets are free and don’t require any transfer of tokens. All that is required to interact with all Ocean Protocol features in Commons is a wallet for signing during the register & consume requests.
|
||||
|
||||
Conceptually, a burner wallet’s private keys are supposed to be destroyed (“burned”) after the task the wallet has been created for is finished, hence the name burner wallet. Technically, we do not use the [original burner wallet concept](https://medium.com/gitcoin/ethereum-in-emerging-economies-b235f8dac2f2) (that is, running against the xDai sidechain), but make use of the excellent principle: a disposable auto-generated wallet, ready to go without any user interaction.
|
||||
|
||||
### Meet The New Default
|
||||
|
||||
Any visitor to the Commons Marketplace will be switched to a burner wallet by default. In the background, we create a wallet in your browser from a random mnemonic with [Truffle’s HD Wallet](https://github.com/trufflesuite/truffle/tree/develop/packages/hdwallet-provider) and pass that wallet to Web3 as the provider. We then load its first generated account and also send some Pacific ETH (not to be confused with Ethereum Mainnet ETH) from our [Faucet](https://github.com/oceanprotocol/faucet) to that account, in order to cover eventual Gas costs for publishing and consuming.
|
||||
|
||||
![Extended Web3 status component with burner wallet](web3-account-status.png)
|
||||
|
||||
We try to give you some persistence across sessions though, by storing that seed phrase in your browser’s _localStorage_, and on next visit we’ll generate your wallet again from this seed phrase, so you’ll get the same account again. This persistence is needed so we can provide you with some basic level of personalization, e.g. the _History_ page will show the assets published by you, meaning by the Web3 account you are using.
|
||||
|
||||
Phew, that’s a lot of tech going on in the background — so let’s get back to the UI! All those tasks are moved aside and are not visible to end users. They essentially transform the previous view where consuming was not possible without a Web3 browser or MetaMask:
|
||||
|
||||
![Non-Web3 capable browser](consume-non-web3.png)
|
||||
|
||||
Into this view, unlocking the consume flow even for non-Web3 capable browsers without any user action required:
|
||||
|
||||
![Non-Web3 capable browser with burner wallet](consume-non-web3-burner.png)
|
||||
|
||||
> **Disclaimer:**
|
||||
> Being low-security and disposable by design, a burner wallet should not be used if you want to keep track of all your published and downloaded assets, or if you want to hold tokens in it. We strongly suggest not using any burner wallet generated in Commons to move or hold any tokens. The burner wallet only exists in your browser and is geared towards usage in Commons only. We don’t ever store any account information so we are not able to restore a lost burner wallet.
|
||||
|
||||
### MetaMask for the Pros
|
||||
|
||||
If you require more security, you can optionally switch to [using MetaMask](https://docs.oceanprotocol.com/tutorials/metamask-setup/) with an account that only you control. If we detect your browser is able to use MetaMask (i.e. is Web3-capable), we show an action for switching the wallet you’re using in Commons:
|
||||
|
||||
![Wallet status](wallet-status.png)
|
||||
|
||||
In the wallet selector you can switch to MetaMask:
|
||||
|
||||
![Choose your preferred ride.](wallet-selector.png)
|
||||
|
||||
After selecting MetaMask, the UI switches to your first account in it. If you use MetaMask for the first time with Commons, you will be prompted by MetaMask to approve reading access to your accounts:
|
||||
|
||||
![](wallet-metamask-approve.png)
|
||||
|
||||
Approving this request results in your first MetaMask account being selected, displayed and ready to use in Commons:
|
||||
|
||||
![](wallet-metamask.png)
|
||||
|
||||
We also store your selection and, on your next visit, we switch to MetaMask automatically.
|
||||
|
||||
Additionally, we allow you to export your burner wallet by providing the seed phrase you can use to import the wallet into MetaMask:
|
||||
|
||||
![Seed phrase for exporting a burner wallet](wallet-seed.png)
|
||||
|
||||
This is helpful if you have already made some interactions in Commons, published and consumed some assets, and now want to keep your history and transactions in an account you control.
|
||||
|
||||
## 🌊 From Nile Testnet to Pacific Mainnet
|
||||
|
||||
Since its launch, the [commons.oceanprotocol.com](http://commons.oceanprotocol.com) interface was pointed towards Nile components so all assets registered through it were living in Nile. But there is no way to simply move a whole data catalogue (which is a combination of metadata stored in Aquarius & Brizo) from one Ocean network to the other.
|
||||
|
||||
So we had no other choice other than re-seeding all existing assets stored in Nile into Pacific. This means all assets got a new [DID](https://blog.oceanprotocol.com/protocol-details-decentralized-identifiers-346d1de666e0), and some assets might have been lost in the transition. But the old data catalogue in Nile is still accessible under [https://commons.nile.dev-ocean.com](https://commons.nile.dev-ocean.com).
|
||||
|
||||
After we registered all Commons assets again in Pacific, we switched the commons.oceanprotocol.com interface to point to Pacific, showing the new data catalogue.
|
||||
|
||||
## 🧪 Commons In Multiple Networks
|
||||
|
||||
With [Pacific](https://docs.oceanprotocol.com/concepts/pacific-network/) running alongside our [Testnets](https://docs.oceanprotocol.com/concepts/testnets/), we needed to add changes so we could deploy the Commons front-end in any of our networks, and everything would just work as intended without further configuration or introduction of a whole bunch of environment variables. The interaction and feedback when using MetaMask needed an overhaul for that, and we also improved our Ocean network detection, now properly differentiating between them and adopting UI copy accordingly.
|
||||
|
||||
This all provides much more helpful feedback in case of network & account misconfigurations, e.g. if you use MetaMask and are connected to the wrong network:
|
||||
|
||||
![](wallet-wrongnetwork.png)
|
||||
|
||||
For this check we fetch the network from the Brizo endpoint configured in Commons client, then check that against the network you’re connected to in MetaMask. This allows Ocean devs to deploy the front-end into any network, and it will figure out the correct network combination automatically, and show relevant help messages.
|
||||
|
||||
**We consider the Pacific installation to be the main live environment**, but have Commons deployed in our Testnets as well for, well, testing purposes:
|
||||
|
||||
- [Pacific](https://docs.oceanprotocol.com/concepts/pacific-network/) Mainnet: [**commons.oceanprotocol.com**](https://commons.oceanprotocol.com)
|
||||
|
||||
- [Nile](https://docs.oceanprotocol.com/concepts/testnets/#the-nile-testnet) Testnet: [**commons.nile.dev-ocean.com**](https://commons.nile.dev-ocean.com)
|
||||
|
||||
- [Duero](https://docs.oceanprotocol.com/concepts/testnets/#the-duero-testnet) Testnet: [**commons.duero.dev-ocean.com**](https://commons.duero.dev-ocean.com)
|
||||
|
||||
They all use a different Aquarius & Brizo instance in different networks in the background, so they all have a different data catalogue.
|
||||
|
||||
As a developer, this also means you can use the Nile & Duero installations as a front-end for testing asset registering. You can register assets programmatically with our Squid libraries pointed at the respective Aquarius & Brizo instances in those networks. Then check out the registered asset in Commons in the respective network. Note that all Commons installations are restricted to free assets, assets with a set prize are filtered out and won’t be displayed.
|
||||
|
||||
The Ocean Versions component in those Commons installations under their _About_ pages allows you to see which endpoints are in use:
|
||||
|
||||
![Ocean component endpoints in use by Commons in Nile](ocean-versions-endpoints.png)
|
||||
|
||||
And you can use the [Commons client & server](https://github.com/oceanprotocol/commons) locally on your machine to fully customize it for your Ocean testing purposes, and as a blueprint to build your own marketplace on top of Ocean Protocol.
|
||||
|
||||
- [**GitHub: oceanprotocol/commons**](https://github.com/oceanprotocol/commons)
|
||||
|
||||
## 📡 Channels: AI for Good
|
||||
|
||||
A feature to enhance data discoverability and introduce a first basic curation mechanism. Channels are curated collections of existing data sets from multiple categories, showing them in one prominent view.
|
||||
|
||||
Our first channel is AI For Good, created as part of the [AI for Good Global Summit 2019](https://aiforgood.itu.int) in Geneva. [AI for Good](https://blog.oceanprotocol.com/ai-for-good-at-scale-7bc65b51d764) is an initiative to promote the use of artificial intelligence for taking action on the [United Nations Sustainable Development Goals (SDGs)](https://www.un.org/sustainabledevelopment/sustainable-development-goals/) such as fighting poverty, climate change, improving healthcare, etc. The AI for Good Commons channel is aimed at helping scale AI for Good by enabling relevant open datasets to be published and shared and connecting AI problem owners with problem solvers. All curated by the Ocean Protocol team.
|
||||
|
||||
![AI For Good as a Featured Channel on commons.oceanprotocol.com](channel-aiforgood.png)
|
||||
|
||||
- [**Channel: AI For Good →**](https://commons.oceanprotocol.com/channels/ai-for-good)
|
||||
|
||||
Think you have an asset which would fit here? Let us know [@oceanprotocol](https://twitter.com/intent/tweet?text=%40oceanprotocol%20Hey%2C%20I%20have%20an%20asset%20I%20would%20like%20to%20add%20to%20the%20AI%20for%20Good%20Channel%20on%20Commons%20https%3A%2F%2Fcommons.oceanprotocol.com%2Fchannels%2Fai-for-good).
|
||||
|
||||
In the background the feature works with tags, which are part of [asset metadata](https://blog.oceanprotocol.com/ocean-protocol-details-metadata-94723a728efa) defined in [OEP-8](https://github.com/oceanprotocol/OEPs/tree/master/8). But they are not exposed in the UI yet, making adding the required tag a manual process.
|
||||
|
||||
## ⛲️ All of the Features From Before
|
||||
|
||||
With all those described changes above, we’ve made Ocean Protocol easier and more reliable to use. Commons allows you to access **thousands of datasets for free** that have been registered on the Ocean network. If you are looking for quality data, you can easily use the Commons to search for and find publicly available datasets that are free of charge.
|
||||
|
||||
If you are interested in sharing your data, you can use the Commons to publish data into the Ocean Protocol Network.
|
||||
|
||||
- [**Publish →**](https://commons.oceanprotocol.com/publish)
|
||||
|
||||
If you have large amounts of data that you are interested in sharing, please contact us about supporting you to perform bulk data registration.
|
After Width: | Height: | Size: 2.0 MiB |
After Width: | Height: | Size: 82 KiB |
After Width: | Height: | Size: 53 KiB |
After Width: | Height: | Size: 507 KiB |
After Width: | Height: | Size: 91 KiB |
After Width: | Height: | Size: 26 KiB |
After Width: | Height: | Size: 52 KiB |
After Width: | Height: | Size: 128 KiB |
After Width: | Height: | Size: 23 KiB |
After Width: | Height: | Size: 56 KiB |
After Width: | Height: | Size: 105 KiB |
After Width: | Height: | Size: 44 KiB |
After Width: | Height: | Size: 62 KiB |
After Width: | Height: | Size: 769 KiB |
@ -0,0 +1,125 @@
|
||||
---
|
||||
type: post
|
||||
date: 2019-10-24T00:00:00.000Z
|
||||
|
||||
title: Ocean Protocol and IPFS, Sitting In The Merkle Tree
|
||||
image: ocean-protocol-and-ipfs-sitting-in-the-merkle-tree-teaser.png
|
||||
|
||||
tags:
|
||||
- oceanprotocol
|
||||
- blockchain
|
||||
- ipfs
|
||||
---
|
||||
|
||||
IPFS is now integrated into the Ocean Protocol stack, allowing you to take advantage of decentralized asset file hosting.
|
||||
|
||||
---
|
||||
|
||||
> This article was [originally posted on Medium in the Ocean Protocol blog](https://medium.com/@kremalicious/ocean-ipfs-integration-store-asset-files-43c623c356d7).
|
||||
|
||||
---
|
||||
|
||||
## ✨ Going Decentralized
|
||||
|
||||
With Ocean Protocol, you can use centralized storage services like S3, Azure Storage, or your own On-Premise storage to store and retrieve your asset files through [Osmosis drivers in Brizo](https://docs.oceanprotocol.com/concepts/components/#osmosis-drivers).
|
||||
|
||||
But storing asset files in a centralized service poses multiple problems:
|
||||
|
||||
- one entity controls the data
|
||||
- one entity is legally responsible for all stored data
|
||||
- creates a single point of failure
|
||||
- if service goes offline, asset files can’t be consumed
|
||||
- opening up possibilities of censorship by the entity running the service, or the service itself
|
||||
- if files are moved to another location within the same service, existing URLs break
|
||||
|
||||
Initially created to store and efficiently move scientific data sets, the [InterPlanetary File System (IPFS)](https://ipfs.io/) solves all those issues with its goal of transforming the vastly centralized web into a distributed peer-to-peer network.
|
||||
|
||||
Files are distributed among multiple nodes, eliminating the single point of failure, legal, and censorship issues. By using content-based instead of location-based addressing of files, URLs won’t break if files are moved.
|
||||
|
||||
So we defined [OEP-15](https://github.com/oceanprotocol/OEPs/tree/master/15) to make the `ipfs://` protocol a first-class citizen in the Ocean Protocol stack, allowing you to store asset files on IPFS, and use their native IPFS URLs during the publish process.
|
||||
|
||||
- [**OEP-15: oceanprotocol/OEPs**](https://github.com/oceanprotocol/OEPs/tree/master/15)
|
||||
|
||||
In short, every component in the Ocean Protocol stack now supports publishing and consuming of asset files stored in IPFS which includes support for native IPFS URLs, referencing files with their Content Identifiers (CIDs).
|
||||
|
||||
## ⛲️ IPFS in Commons Marketplace
|
||||
|
||||
Every file stored on IPFS is public by default, so it made perfect sense using this in our [Commons Marketplace](https://commons.oceanprotocol.com) first. We went through [multiple prototypes](https://github.com/oceanprotocol/commons/pull/191) to end up with our final setup.
|
||||
|
||||
During the publish flow you will find an extended _Files_ section for adding a file from an existing URL, and for adding a local file from your device to IPFS.
|
||||
|
||||
![Add existing IPFS asset under commons.oceanprotocol.com/publish](add-url.png)
|
||||
|
||||
The existing URL field now supports `ipfs://` in addition to `http(s)://` so if you have an existing asset on IPFS, you can add it here and everything works as before. With the exception that the asset files will be registered with this native IPFS URL.
|
||||
|
||||
The new IPFS drop zone provides a convenient way to add and register unpublished asset files.
|
||||
|
||||
![Add to IPFS from a local file under commons.oceanprotocol.com/publish](add-to-ipfs.png)
|
||||
|
||||
That drop zone allows you to add a file from your local machine and add it to IPFS during the asset publish flow in a snap:
|
||||
|
||||
![The full IPFS adding flow](add.gif)
|
||||
|
||||
### The Tech Details
|
||||
|
||||
First, opening up the drop zone area will ping the IPFS node & gateway to check connectivity. Dropping or selecting a file from your device onto that area does a bunch of things in the background:
|
||||
|
||||
1. Will add that file to an IPFS node with [js-ipfs-http-client](https://github.com/ipfs/js-ipfs-http-client), and pin the file so it stays on our node during garbage collection. We wrapped the HTTP client into our own [custom React Hook](https://github.com/oceanprotocol/commons/tree/master/client/src/hooks/use-ipfs-api.tsx).
|
||||
|
||||
2. The file will be wrapped into a directory to preserve the original file name, so we end up with a URL like `ipfs://QmX5LRpEVocfks9FNDnRoK2imf2fy9mPpP4wfgaDVXWfYD/video.mp4`.
|
||||
|
||||
3. The returned CID is used to ping that file over an IPFS gateway to make it globally available.
|
||||
|
||||
4. The IPFS gateway URL is passed to our Commons Server file checker, extracting some file metadata and checking for availability of the file.
|
||||
|
||||
5. The native IPFS url is passed to the list of asset files, and it will show up in the file list.
|
||||
|
||||
6. Upon final asset publishing, the native IPFS URL is stored encrypted in the asset DID Descriptor Object (DDO) as defined in [OEP-8](https://github.com/oceanprotocol/OEPs/blob/master/8).
|
||||
|
||||
All these steps are required because of how files in IPFS are distributed among its nodes. When adding a file to a node (note how it’s not called “uploading”) it is only available on that node. Requesting that file from another node will start the distribution process of the file from the initial IPFS node, making it globally available.
|
||||
|
||||
Also the consume flow required some changes. Whenever an asset file stored on IPFS is requested to be downloaded, multiple things related to IPFS are happening in Brizo with its shiny new [osmosis-ipfs-driver](https://github.com/oceanprotocol/osmosis-ipfs-driver):
|
||||
|
||||
1. The file URLs are decrypted upon successful fulfilling of all conditions.
|
||||
1. The native `ipfs://` url is mapped to its `https://` gateway URL.
|
||||
1. File is downloaded from that gateway URL.
|
||||
1. In case a direct file URL was used instead of being folder-wrapped (e.g. `ipfs://QmPQNaNxHkasNiJBFZht2k3zCEBkvEu1aE5VNGZ8QiT8Nj`), the proper file ending will be added automatically at the end of the download process, based on detected MIME type.
|
||||
|
||||
## 🏄♀️ Ocean Protocol’s Public IPFS Node & Gateway
|
||||
|
||||
While developing this feature, it became clear we need to run our own IPFS node & gateway to have better control over the whole experience. And donating a node instead of taking away bandwidth from the main IPFS gateway (gateway.ipfs.io) felt like the right thing to do to make Juan happy.
|
||||
|
||||
So we created **ipfs.oceanprotocol.com**, run by us (that is, legally speaking, BigchainDB GmbH).
|
||||
|
||||
![Frontpage for ipfs.oceanprotocol.com](ipfs-oceanprotocol.png)
|
||||
|
||||
It is setup to be a public gateway, and provide some access to its node HTTP API for everyone. This means you can use it to address any content in the IPFS network, like:
|
||||
|
||||
- [https://ipfs.oceanprotocol.com/ipfs/QmX5LRpEVocfks9FNDnRoK2imf2fy9mPpP4wfgaDVXWfYD/video.mp4](https://ipfs.oceanprotocol.com/ipfs/QmX5LRpEVocfks9FNDnRoK2imf2fy9mPpP4wfgaDVXWfYD/video.mp4)
|
||||
|
||||
- [https://ipfs.oceanprotocol.com/ipfs/QmPQNaNxHkasNiJBFZht2k3zCEBkvEu1aE5VNGZ8QiT8Nj](https://ipfs.oceanprotocol.com/ipfs/QmPQNaNxHkasNiJBFZht2k3zCEBkvEu1aE5VNGZ8QiT8Nj)
|
||||
|
||||
At the same time all node API functionality required by Commons is open to the world, so those endpoints can be used by anyone to add files to IPFS:
|
||||
|
||||
- `/api/v0/add`
|
||||
- `/api/v0/version`
|
||||
- `/api/v0/id`
|
||||
|
||||
As a start, this is a simple single node but we plan to gradually upgrade ipfs.oceanprotocol.com to a full [IPFS Cluster](https://cluster.ipfs.io/) of multiple nodes for best data availability.
|
||||
|
||||
- [**GitHub: oceanprotocol/ipfs**](https://github.com/oceanprotocol/ipfs)
|
||||
|
||||
## ⛴ Next Possible Iterations
|
||||
|
||||
Beside upgrading to an IPFS Cluster there are many ways the process will be improved over time. At the moment the drop zone in Commons only supports single file uploads, so a quick win improvement would be to allow dropping multiple files at once. Likewise, the drop zone using [js-ipfs-http-client](https://github.com/ipfs/js-ipfs-http-client) comes with some bugs when trying to upload larger files.
|
||||
|
||||
To make the process of adding files to the IPFS node less dependent on the client browser, it could be moved into a background task in the Commons Server. This should also give more control and feedback for the process of distributing a file from the initial node to other nodes.
|
||||
|
||||
And finally, further work may be done to store files encrypted on IPFS and implement a way to decrypt them in an Ocean Protocol network.
|
||||
|
||||
---
|
||||
|
||||
## Learn more about the Commons Marketplace
|
||||
|
||||
- [**The Commons Marketplace in Pacific Network**](/the-commons-marketplace-in-pacific-network)
|
||||
- [**The Commons Data Marketplace**](https://blog.oceanprotocol.com/the-commons-data-marketplace-c57a44288314)
|
After Width: | Height: | Size: 415 KiB |
After Width: | Height: | Size: 274 KiB |
@ -53,7 +53,7 @@ $font-size-h4: 1.2rem;
|
||||
$font-size-h5: $font-size-large;
|
||||
$font-size-h6: $font-size-base;
|
||||
|
||||
$line-height: 1.5;
|
||||
$line-height: 1.65;
|
||||
$line-height-small: 1.1428571429;
|
||||
|
||||
$font-family-base: 'ff-tisa-sans-web-pro', 'Trebuchet MS', 'Helvetica Neue',
|
||||
|
@ -200,7 +200,7 @@ figcaption {
|
||||
color: $brand-grey;
|
||||
font-style: italic;
|
||||
text-align: center;
|
||||
margin-top: -($spacer / $line-height);
|
||||
margin-top: ($spacer / 4);
|
||||
|
||||
.dark & {
|
||||
color: $brand-grey-light;
|
||||
|