Skip to content

Implements the XRP Ledger core server's variant of RFC-1751

Notifications You must be signed in to change notification settings

fridaythx/xrpl_rfc1751

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xrpl_rfc1751

Implements the XRP Ledger core server's variant of RFC-1751, as used to encode/decode the master_key field in the wallet_propose response.

View source

Command-line usage:

node . hex '<128 bits in hex, to encode to rippled master_key>'

node . master_key '<a rippled master_key of 12 words, to decode>'

Examples:

node . hex 'CCAC 2AED 5910 56BE 4F90 FD44 1C53 4766'

node . master_key 'CHOW SAP ODIN GAUR SELF ME MONT LIST GEE SHED LASS CHOU'

Run tests:

node test

About

Implements the XRP Ledger core server's variant of RFC-1751

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%