solana-program-library/memo
Tyera Eulberg 004da40cf3
Memo Cargo.lock
2020-07-01 12:02:11 -06:00
..
src Add in syscall stubs to fix non-bpf builds (#71) 2020-06-30 22:57:12 -07:00
Cargo.lock Memo Cargo.lock 2020-07-01 12:02:11 -06:00
Cargo.toml Version solana-sdk-bpf-test and spl-memo for crates.io (#73) 2020-07-01 11:48:31 -06:00
README.md Add utf8 memo program (#27) 2020-06-05 20:13:15 -06: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 accepts a string of encoded characters and verifies that it parses. Currently handles UTF-8.