Would you like to clone this notebook?

When you clone a notebook you are able to make changes without affecting the original notebook.

Cancel

Check XRP Wallet addr.

node v8.17.0
version: 1.0.0
endpointsharetweet
var keypairs = require('ripple-keypairs'); let secret = keypairs.generateSeed({ algorithm: 'secp256k1' // or: 'ed25519' }) // var secret = 'shobxZSHdQaQ4EmyicWzV3K7PQj1U' var keypair = keypairs.deriveKeypair(secret); var address = keypairs.deriveAddress(keypair.publicKey); console.log( keypair ) console.log( { secret: secret, address: address } )
Loading…

no comments

    sign in to comment