Last active
August 29, 2015 14:16
-
-
Save you21979/ac8ff06b60d6987bd42d to your computer and use it in GitHub Desktop.
HD
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var RippleWallet = require('ripple-wallet'); | |
var wallet = new RippleWallet('secret key'); | |
console.log(wallet.getAddress(0)); | |
console.log(wallet.getAddress(1)); | |
console.log(wallet.getAddress(2)); | |
console.log(wallet.getAddress(3)); | |
console.log(wallet.getAddress(4)); | |
console.log(wallet.getAddress(5)); | |
console.log(wallet.getAddress(6)); | |
console.log(wallet.getAddress(7)); | |
console.log(wallet.getAddress(8)); | |
console.log(wallet.getAddress(9)); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment