Search the Community
Showing results for tags 'javascript'.
Found 3 results
Minimum search term is 4 characters long. Can't find what you want? Click here for the custom google search instead.
-
Hey guys! I've been working on interacting with the XRPL through NodeJS (figured its time to utilise the tech and not just invest in it). I've made some strides and managed to solve most queries, however I have one more if anyone can provide some help I would appreciate it! I'm looking to report specific trust-line balances. So far I can get it to report all balances (see code below), but am having issues reporting single balances. Ideally I would like to have the code to report the balance of a specific trust-line, so I can then place an order for the full amount (got the second part sorted). Heres the code that reports all balances, Cheers for the help! const wallet_balances = await client.request({ command: "account_lines", account: 'accountaddress', ledger_index: "validated" }) console.log(wallet_balances.result)
-
- nodejs
- javascript
-
(and 3 more)
Tagged with:
-
You only need to know JavaScript to communicate with the XRP Ledger. Please share my latest blog entry with any of your developer friends - or others that might be interested! I'm actually learning about the MEAN framework as well, and I've been amazed at how easy it is to learn and code... I think this was yet another stroke of genius by Ripple to make the XRP Ledger more accessible to developers & builders! My blog announcement(s) on other media: Reddit Twitter Bitcointalk - alt coin sub forum Bitcointalk - XRP Speculation Thread