Skip to content

Commit a6e359d

Browse files
Removes Raw HTML.
1 parent 4deb589 commit a6e359d

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

content/reference/javascript-sdk/basic-end-to-end-example.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ Before starting this tutorial, make sure you have Node v20.0.0 or above installe
2727

2828
Before we can use the code, you'll need to create an account.
2929
30-
<!--TODO: explain process to create an account here.-->
31-
3230
## Write the script
3331
3432
Instead of throwing a giant block of code at your, let's break down the implementation into smaller parts.
@@ -241,21 +239,3 @@ Main execution error: Error: 1010: Invalid Transaction: Inability to pay some fe
241239
```
242240
243241
The main thing to look out for here is the line `2025-01-21 11:51:27 RPC-CORE: submitAndWatchExtrinsic(extrinsic: Extrinsic): ExtrinsicStatus:: 1010: Invalid Transaction: Inability to pay some fees , e.g. account balance too low`. This error happens because the network has determined that the seed you have used to create your account in the script doesn't have enough funds to contrinue the registering and signing process. Take a look at the [Getting Funds]({{< relref "get-funds" >}}) guide to find out how to deal with this error.
244-
245-
<!--Commenting out this issue while SDK team figures out what the problem is.-->
246-
<!--**Undefined is not iterable at verifyAndPick**-->
247-
<!---->
248-
<!--You may encounter this error when running the script:-->
249-
<!---->
250-
<!--```shell-->
251-
<!--Creating signature...-->
252-
<!--Error in signature creation/verification: TypeError: undefined is not iterable (can-->
253-
<!--not read property Symbol(Symbol.iterator))-->
254-
<!-- at #verifyAndPick (file:///home/johnny/Code/entropy/testing-the-sdk/node_modules/@entropyxyz/sdk/dist/index.js:440:26)-->
255-
<!-- at SignatureRequestManager.sign (file:///home/johnny/Code/entropy/testing-the-sdk/node_modules/@entropyxyz/sdk/dist/index.js:330:48)-->
256-
<!-- at process.processTicksAndRejections (node:internal/process/task_queues:105:5)-->
257-
<!---->
258-
<!--[...]-->
259-
<!--```-->
260-
<!---->
261-
<!--This is likely because the account you are using within the script has already been registered with the signing program we're using here. Try creating a new account, getting some test funds, and adding the seed of the new account into the script.-->

0 commit comments

Comments
 (0)