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:
parent
946658da9e
commit
9008e2d51e
@ -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
|
||||
```
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user