Encode JSON data into transaction memo fields using hex conversion. Build a memo parser to decode memos from on-chain transactions.
Encode JSON data into transaction memo fields using hex conversion. Build a memo parser to decode memos from on-chain transactions.
Send a payment transaction with a JSON memo attached (e.g. { "message": "hello XRPL" }). Convert to hex and include in the Memos field.
Build a listener that decodes memo fields from incoming transactions back to readable JSON.
Assignments
Send a Memo
Send a payment transaction with a JSON memo attached (e.g. { "message": "hello XRPL" }). Convert to hex and include in the Memos field.
Read Memos
Build a listener that decodes memo fields from incoming transactions back to readable JSON.