solana-program-library/memo
Jack May a02c403bf8
Add memo docs (#160)
* Add memo docs

* nudge
2020-07-28 16:33:50 -07:00
..
src Nits (#159) 2020-07-28 16:33:34 -07:00
Cargo.lock Bump sdk version, and adjust accordingly (#155) 2020-07-24 20:39:15 +00:00
Cargo.toml Bump sdk version, and adjust accordingly (#155) 2020-07-24 20:39:15 +00:00
README.md Add memo docs (#160) 2020-07-28 16:33:50 -07:00
Xargo.toml Add utf8 memo program (#27) 2020-06-05 20:13:15 -06:00
program-id.md Add utf8 memo program (#27) 2020-06-05 20:13:15 -06:00

README.md

Memo Program

A simple program that validates a string of UTF-8 encoded characters. It can be used to record a string on-chain, stored in the instruction data of a successful transaction.

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