solana-program-library/memo
dependabot[bot] ce1d998fb1
build(deps): bump @sideway/formula from 3.0.0 to 3.0.1 in /memo/js (#4045)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-14 13:02:05 +00:00
..
js build(deps): bump @sideway/formula from 3.0.0 to 3.0.1 in /memo/js (#4045) 2023-02-14 13:02:05 +00:00
program chore: update maintainer references (#4008) 2023-01-31 08:06:36 -05:00
README.md docs: Clarify audit status of all programs, no S word (#4046) 2023-02-13 22:05:49 +00: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

Audit

The repository README contains information about program audits.