npm.io
0.3.0 • Published 1 week ago

@solana/spl-memo

Licence
Apache-2.0
Version
0.3.0
Deps
1
Size
16 kB
Vulns
0
Weekly
0
Stars
21

@solana/spl-memo

A TypeScript library for interacting with the SPL Memo program.

Install

npm install --save @solana/spl-memo @solana/web3.js@1

OR

yarn add @solana/spl-memo @solana/web3.js@1

Build from Source

  1. Prerequisites
  • Node 16+
  • PNPM 9+
  1. Clone the project:
git clone https://github.com/solana-program/memo.git
  1. Navigate to the library:
cd clients/js-legacy
  1. Install the dependencies:
pnpm install
  1. Build the library:
pnpm build
  1. Run the tests:
pnpm test