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

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

This commit is contained in:
Jamie Hewitt 2023-05-23 13:20:36 +00:00 committed by gitbook-bot
parent 5c54ecc938
commit 872323436d
No known key found for this signature in database
GPG Key ID: 07D2180C7B12D0FF
12 changed files with 16 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 320 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB

View File

@ -1,6 +1,6 @@
---
description: Help for wherever you are on your Ocean Protocol journey.
cover: .gitbook/assets/cover/contribute (2).png
cover: .gitbook/assets/cover/contribute (1).png
coverY: 0
layout: landing
---

View File

@ -27,7 +27,7 @@
* [How to Data Farm](user-guides/how-to-data-farm.md)
* [Claim OCEAN Rewards](user-guides/claim-ocean-rewards.md)
* [Liquidity Pools \[deprecated\]](user-guides/remove-liquidity-using-etherscan.md)
* [👨💻 Developers](developers/README.md)
* [👨💻 👨💻 Developers](developers/README.md)
* [Architecture Overview](developers/architecture.md)
* [Data NFTs and Datatokens](developers/datanft-and-datatoken.md)
* [Roles](developers/roles.md)
@ -63,6 +63,10 @@
* [Chain Requests](developers/aquarius/chain-requests.md)
* [Other Requests](developers/aquarius/other-requests.md)
* [Provider](developers/provider/README.md)
* [General Endpoints](developers/provider/general-endpoints.md)
* [Encryption / Decryption](developers/provider/encryption-decryption.md)
* [Compute Endpoints](developers/provider/compute-endpoints.md)
* [Authentication Endpoints](developers/provider/authentication-endpoints.md)
* [Get Requests](developers/provider/get-requests.md)
* [Post Requests](developers/provider/post-requests.md)
* [Provider](developers/provider/provider.md)

View File

@ -1,7 +1,7 @@
---
title: Ways to Contribute
description: Help to improve and develop Ocean core software.
cover: ../.gitbook/assets/cover/contribute (1).png
cover: ../.gitbook/assets/cover/contribute (1) (2).png
coverY: 0
---

View File

@ -0,0 +1,2 @@
# Authentication Endpoints

View File

@ -0,0 +1,2 @@
# Compute Endpoints

View File

@ -0,0 +1,2 @@
# Encryption / Decryption

View File

@ -0,0 +1,2 @@
# General Endpoints

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.
<figure><img src="../.gitbook/assets/liquidity/remove-liquidity-2 (1).png" alt=""><figcaption><p>Balance Of</p></figcaption></figure>
<figure><img src="../.gitbook/assets/wallet/balance-of (1) (1).png" alt=""><figcaption><p>Balance Of</p></figcaption></figure>
5\. Copy this number as later you will use it as the `poolAmountIn` parameter.