Commit Graph

6 Commits

Author SHA1 Message Date
Rome Reginelli
c420118fc8 Merge pull request #2113 from XRPLF/readd_create_amm_tutorial
Tutorial: Create an Automated Market Maker
2023-09-12 15:46:57 -07:00
Elliot Lee
f2afd7e3a5 fix: get-acct-info.js should use wss
Using https would result in:

(node) UnhandledPromiseRejectionWarning: ValidationError: server URI must start with `wss://`, `ws://`, `wss+unix://`, or `ws+unix://`.
    at new Client (index.js:88:19)
2023-09-12 07:32:02 -07:00
mDuo13
dce8ced522 Fix disconnect in several js examples 2023-09-08 14:29:53 -07:00
Jyri Hovila
6cab63408e Update get-acct-info.js
The call to initiate a new wallet (through fundWallet) must not include parameters.
The previous version of the code gives error: ReferenceError: Cannot access 'test_wallet' before initialization
2021-11-14 20:22:47 +02:00
mDuo13
69641175ce xrpl.js 2.0: small code updates 2021-10-13 17:37:37 -07:00
mDuo13
6fc9afbd7e Get started: consolidate, start updating Node.js 2021-10-12 19:12:35 -07:00