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:
parent
5c54ecc938
commit
872323436d
BIN
.gitbook/assets/cover/contribute (1) (2).png
Normal file
BIN
.gitbook/assets/cover/contribute (1) (2).png
Normal file
Binary file not shown.
After Width: | Height: | Size: 320 KiB |
BIN
.gitbook/assets/wallet/balance-of (1) (1).png
Normal file
BIN
.gitbook/assets/wallet/balance-of (1) (1).png
Normal file
Binary file not shown.
After Width: | Height: | Size: 77 KiB |
BIN
.gitbook/assets/wallet/balance-of (1) (2).png
Normal file
BIN
.gitbook/assets/wallet/balance-of (1) (2).png
Normal file
Binary file not shown.
After Width: | Height: | Size: 77 KiB |
BIN
.gitbook/assets/wallet/balance-of (1) (3).png
Normal file
BIN
.gitbook/assets/wallet/balance-of (1) (3).png
Normal file
Binary file not shown.
After Width: | Height: | Size: 77 KiB |
@ -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
|
||||
---
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
---
|
||||
|
||||
|
2
developers/provider/authentication-endpoints.md
Normal file
2
developers/provider/authentication-endpoints.md
Normal file
@ -0,0 +1,2 @@
|
||||
# Authentication Endpoints
|
||||
|
2
developers/provider/compute-endpoints.md
Normal file
2
developers/provider/compute-endpoints.md
Normal file
@ -0,0 +1,2 @@
|
||||
# Compute Endpoints
|
||||
|
2
developers/provider/encryption-decryption.md
Normal file
2
developers/provider/encryption-decryption.md
Normal file
@ -0,0 +1,2 @@
|
||||
# Encryption / Decryption
|
||||
|
2
developers/provider/general-endpoints.md
Normal file
2
developers/provider/general-endpoints.md
Normal file
@ -0,0 +1,2 @@
|
||||
# General Endpoints
|
||||
|
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user