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

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

This commit is contained in:
Jamie Hewitt 2023-05-26 13:33:34 +00:00 committed by gitbook-bot
parent c249ab0a6f
commit 792f7324c9
No known key found for this signature in database
GPG Key ID: 07D2180C7B12D0FF
9 changed files with 7 additions and 6 deletions

View File

Before

Width:  |  Height:  |  Size: 77 KiB

After

Width:  |  Height:  |  Size: 77 KiB

View File

Before

Width:  |  Height:  |  Size: 1.4 MiB

After

Width:  |  Height:  |  Size: 1.4 MiB

View File

Before

Width:  |  Height:  |  Size: 77 KiB

After

Width:  |  Height:  |  Size: 77 KiB

View File

Before

Width:  |  Height:  |  Size: 77 KiB

After

Width:  |  Height:  |  Size: 77 KiB

View File

Before

Width:  |  Height:  |  Size: 77 KiB

After

Width:  |  Height:  |  Size: 77 KiB

View File

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

View File

@ -36,14 +36,15 @@ Response:
```runkit nodeVersion="18.x.x" ```runkit nodeVersion="18.x.x"
const axios = require('axios'); const axios = require('axios');
const address = "0x7e2a2FA2a064F693f0a55C5639476d913Ff12D05" const address = "0x7e2a2FA2a064F693f0a55C5639476d913Ff12D05"
const nonce = 1 const nonce = "1"
const signature const signature = ""
const url = `https://provider.oceanprotocol.com/api/services/createAuthToken?address=${address}&nonce=${nonce}&expiration=<expiration>&signature=<your_signature>`; const url = `http://provider.oceanprotocol.com/api/services/createAuthToken?address=${address}&nonce=${nonce}&expiration=<expiration>&signature=<your_signature>`;
axios.get(url).then(response => { axios.get(url).then(response => {
console.log(response.data); console.log(response.data);
}).catch(error => { }).catch(error => {
console.error(error); console.error(error);
}); });
``` ```
#### Delete Auth Token #### Delete Auth Token

View File

@ -6,7 +6,7 @@ description: Fundamental knowledge of using ERC-20 crypto wallets.
Ocean Protocol users require an ERC-20 compatible wallet to manage their OCEAN and ETH tokens. In this guide, we will provide some recommendations for different wallet options. Ocean Protocol users require an ERC-20 compatible wallet to manage their OCEAN and ETH tokens. In this guide, we will provide some recommendations for different wallet options.
<figure><img src="../.gitbook/assets/whats-a-wallet (1).gif" alt=""><figcaption></figcaption></figure> <figure><img src="../.gitbook/assets/show-wallet.gif" alt=""><figcaption></figcaption></figure>
### What is a wallet? ### What is a wallet?

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) (2).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.