mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-24 21:55:52 +00:00
Send XRP: Draft Python sample code
Send XRP (.py) fixes Send XRP (py): fix sneaky is_successful bug
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
let address = "rPT1Sjq2YGrBMTttX4GZHjKu9dyfzbpAYe"
|
||||
let secret = "s████████████████████████████"
|
||||
|
||||
// Connect -------------------------------------------------------------------
|
||||
// Connect ---------------------------------------------------------------------
|
||||
// ripple = require('ripple-lib') // For Node.js. In browsers, use <script>.
|
||||
api = new ripple.RippleAPI({server: 'wss://s.altnet.rippletest.net:51233'})
|
||||
api.connect()
|
||||
|
||||
Reference in New Issue
Block a user