Skip to content

Instantly share code, notes, and snippets.

@WietseWind
Last active October 19, 2020 15:18
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