Skip to content

Instantly share code, notes, and snippets.

@WietseWind
Last active October 19, 2020 15:18
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/5cbcc8d15fa2be3ae7d4c20962af0a8e to your computer and use it in GitHub Desktop.
Save WietseWind/5cbcc8d15fa2be3ae7d4c20962af0a8e to your computer and use it in GitHub Desktop.
HEX encode Memo's for the XRPL (NodeJS)
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