solana-program-library/memo
Jon Cinque 88684d52a2
ci: Update repo to Solana 1.14.12 (#3989)
2023-01-19 21:47:03 +01:00
..
js build(deps): bump json5 from 2.2.1 to 2.2.3 in /memo/js (#3954) 2023-01-03 18:23:30 +01:00
program ci: Update repo to Solana 1.14.12 (#3989) 2023-01-19 21:47:03 +01:00
README.md Add initial signed-memo program (#1135) 2021-01-28 12:21:21 -07:00

README.md

Memo Program

A simple program that validates a string of UTF-8 encoded characters and logs it in the transaction log. The program also verifies that any accounts provided are signers of the transaction, and if so, logs their addresses. It can be used to record a string on-chain, stored in the instruction data of a successful transaction, and optionally verify the originator.

Full documentation is available at https://spl.solana.com/memo