Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@WietseWind
Created February 4, 2022 01:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save WietseWind/c10261fdba316c6242a6246990852c9d to your computer and use it in GitHub Desktop.
Save WietseWind/c10261fdba316c6242a6246990852c9d to your computer and use it in GitHub Desktop.
Secret Numbers to Family Seed
const {Account} = require('xrpl-secret-numbers')
const secret = '399150 474506 009147 088773 XXXXXX XXXXXX XXXXXX XXXXXX'
const account = new Account(secret)
console.log(account.getFamilySeed())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment