diff --git a/building-with-ocean/deploying-components/deploying-provider.md b/building-with-ocean/deploying-components/deploying-provider.md index 71ac38e3..c83b7c63 100644 --- a/building-with-ocean/deploying-components/deploying-provider.md +++ b/building-with-ocean/deploying-components/deploying-provider.md @@ -3,6 +3,7 @@ ### 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). +The source code of Provider can be access from [here](https://github.com/oceanprotocol/provider). ### Prerequisites @@ -76,4 +77,4 @@ docker-compose \ --env-file .env \ -d \ up -``` \ No newline at end of file +```