From 946658da9eb3f852b011a3b328b780a87697c4c3 Mon Sep 17 00:00:00 2001 From: Akshay Date: Mon, 11 Jul 2022 15:57:54 +0200 Subject: [PATCH] Issue-#1041: Add content about provider --- building-with-ocean/deploying-components/deploying-provider.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/building-with-ocean/deploying-components/deploying-provider.md b/building-with-ocean/deploying-components/deploying-provider.md index 8690a030..71ac38e3 100644 --- a/building-with-ocean/deploying-components/deploying-provider.md +++ b/building-with-ocean/deploying-components/deploying-provider.md @@ -2,6 +2,8 @@ ### 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). + ### Prerequisites * Docker and Docker compose are installed. Click [here](https://docs.docker.com/engine/install/) to view guide on installing docker.