SPL Memo Program JS API
npm install @solana/spl-memo@solana/spl-memoA TypeScript library for interacting with the SPL Memo program.
- TypeScript Docs
- Install
- Build from Source
``shell`
npm install --save @solana/spl-memo @solana/web3.js`
_OR_shell`
yarn add @solana/spl-memo @solana/web3.js
0. Prerequisites
* Node 16+
* NPM 8+
1. Clone the project:
`shell`
git clone https://github.com/solana-labs/solana-program-library.git
2. Navigate to the library:
`shell`
cd solana-program-library/memo/js
3. Install the dependencies:
`shell`
npm install
4. Build the library:
`shell`
npm run build
5. Run the tests:
`shell``
npm run test