-
-
Save WietseWind/5cbcc8d15fa2be3ae7d4c20962af0a8e to your computer and use it in GitHub Desktop.
HEX encode Memo's for the XRPL (NodeJS)
This file contains 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
const hex = Buffer.from('😎 You rock!').toString('hex').toUpperCase() | |
console.log(hex) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment