solana-program-library/memo
Jordan Sexton 48a859bbad
Fix Memo program ESM exports (#3507)
* Fix Memo program ESM exports

* fix repository link

* web3.js is a peer dependency

* memo/ts -> memo/js (same as token)

* add gh-pages dev dep

* fix version

* check in package-lock.json

* remove editorconfig
2022-08-22 17:57:25 -05:00
..
js Fix Memo program ESM exports (#3507) 2022-08-22 17:57:25 -05:00
program Update rust to 1.60, solana to 1.11.6 (#3492) 2022-08-18 12:16:02 -07: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