solana-program-library/memo
Tyera Eulberg c00194d225
Bump solana crates to v1.10.33 (#3385)
2022-07-27 11:28:14 -06:00
..
program Bump solana crates to v1.10.33 (#3385) 2022-07-27 11:28:14 -06:00
ts CI: Add `--max-warnings 0` to eslint to abort on errors (#3254) 2022-06-16 09:39:55 -04: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