Socket
Book a DemoInstallSign in
Socket

@solana/spl-memo

Package Overview
Dependencies
Maintainers
15
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@solana/spl-memo

SPL Memo Program JS API

latest
Source
npmnpm
Version
0.2.5
Version published
Maintainers
15
Created
Source

@solana/spl-memo

A TypeScript library for interacting with the SPL Memo program.

  • TypeScript Docs
  • Install
  • Build from Source

Install

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

OR

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

Build from Source

  • Prerequisites
  • Node 16+
  • NPM 8+
  • Clone the project:
git clone https://github.com/solana-labs/solana-program-library.git
  • Navigate to the library:
cd solana-program-library/memo/js
  • Install the dependencies:
npm install
  • Build the library:
npm run build
  • Run the tests:
npm run test

FAQs

Package last updated on 19 Apr 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts