Skip to content

Instantly share code, notes, and snippets.

@WietseWind
Last active July 12, 2018 13:24
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save WietseWind/01f1eb0819533ed0226b2777618f253d to your computer and use it in GitHub Desktop.
Save WietseWind/01f1eb0819533ed0226b2777618f253d to your computer and use it in GitHub Desktop.
Generate Ripple wallet offline using Ripple-Lib
var RippleAPI = require('ripple-lib').RippleAPI
var api = new RippleAPI()
var account = api.generateAddress()
console.log(account.address)
console.log(account.secret)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment