@solana/spl-memo
A TypeScript library for interacting with the SPL Memo program.
Links
Install
npm install --save @solana/spl-memo @solana/web3.js@1
OR
yarn add @solana/spl-memo @solana/web3.js@1
Build from Source
- Prerequisites
- Node 16+
- PNPM 9+
- Clone the project:
git clone https://github.com/solana-program/memo.git
- Navigate to the library:
cd clients/js-legacy
- Install the dependencies:
pnpm install
- Build the library:
pnpm build
- Run the tests:
pnpm test