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

GITBOOK-247: change request with no subject merged in GitBook

This commit is contained in:
Jamie Hewitt 2023-05-23 17:44:38 +00:00 committed by gitbook-bot
parent bbd07c322e
commit 72e44839ff
No known key found for this signature in database
GPG Key ID: 07D2180C7B12D0FF
2 changed files with 5 additions and 3 deletions

View File

@ -1,5 +1,5 @@
--- ---
description: The "Provider" service is an integral part of the Ocean Protocol stack description: An integral part of the Ocean Protocol stack
--- ---
# Provider # Provider
@ -28,7 +28,9 @@ Additionally, the Provider service offers compute services by establishing a con
### What technology is used? ### What technology is used?
Python Flask HTTP server * Python: This is the main programming language used in Provider.
* Flask: This Python framework is used to construct the Provider API.
* HTTP Server: Provider responds to HTTP requests from clients (like web browsers), facilitating the exchange of data and information over the internet.
### How to run the provider? ### How to run the provider?

View File

@ -14,7 +14,7 @@ Liquidity pools and dynamic pricing used to be supported in previous versions of
4\. Go to field `20. balanceOf` and insert your ETH address. This will retrieve your pool share token balance in wei. 4\. Go to field `20. balanceOf` and insert your ETH address. This will retrieve your pool share token balance in wei.
<figure><img src="../.gitbook/assets/liquidity/remove-liquidity-2 (1) (1).png" alt=""><figcaption><p>Balance Of</p></figcaption></figure> <figure><img src="../.gitbook/assets/liquidity/remove-liquidity-2 (1).png" alt=""><figcaption><p>Balance Of</p></figcaption></figure>
5\. Copy this number as later you will use it as the `poolAmountIn` parameter. 5\. Copy this number as later you will use it as the `poolAmountIn` parameter.