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

Issue-#1041: Add content about provider

This commit is contained in:
Akshay 2022-07-11 16:00:21 +02:00
parent 946658da9e
commit 9008e2d51e

View File

@ -3,6 +3,7 @@
### About Provider ### About Provider
Provider encrypts the URL and metadata during publish and decrypts the URL when the dataset is downloaded or a compute job is started. It enables the access to data assets by streaming data (and never the URL). It performs checks on chain for buyer permissions and payments. It also Provides compute services (connects to C2D environment). Provider encrypts the URL and metadata during publish and decrypts the URL when the dataset is downloaded or a compute job is started. It enables the access to data assets by streaming data (and never the URL). It performs checks on chain for buyer permissions and payments. It also Provides compute services (connects to C2D environment).
The source code of Provider can be access from [here](https://github.com/oceanprotocol/provider).
### Prerequisites ### Prerequisites
@ -76,4 +77,4 @@ docker-compose \
--env-file .env \ --env-file .env \
-d \ -d \
up up
``` ```