solana-program-library/memo
Jon Cinque 9a3707a8f8
memo: Expand error type to make test less flaky (#1380)
* memo: Expand error type to make test less flaky

* Cleanup errors as vars because cargo fmt looks ridiculous
2021-03-04 22:02:32 +01:00
..
program memo: Expand error type to make test less flaky (#1380) 2021-03-04 22:02:32 +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