diff --git a/content/reference/javascript-sdk/basic-end-to-end-example.md b/content/reference/javascript-sdk/basic-end-to-end-example.md index 5a061d9..7d300f1 100644 --- a/content/reference/javascript-sdk/basic-end-to-end-example.md +++ b/content/reference/javascript-sdk/basic-end-to-end-example.md @@ -27,8 +27,6 @@ Before starting this tutorial, make sure you have Node v20.0.0 or above installe Before we can use the code, you'll need to create an account. - - ## Write the script 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 ``` 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. - - - - - - - - - - - - - - - - - -