solana-foundation / developer-content

Collection of Developer content for exploring, learning, and building in the Solana ecosystem.
https://solana.com/developers
84 stars 101 forks source link

token-extensions: Add @solana/spl-memo usage to transfer memo #194

Closed joncinque closed 2 months ago

joncinque commented 2 months ago

Problem

As pointed out at https://github.com/solana-labs/solana-program-library/issues/6655#issuecomment-2085980581, there's no information about the @solana/spl-memo library in the token-extensions docs.

Summary of Changes

Also include an example of creating the memo instruction using @solana/spl-memo.

Fixes #