@safecoin/safe-memo
v0.2.1
Published
SPL Memo Program JS API
Downloads
2
Readme
@solana/safe-memo
A TypeScript library for interacting with the SPL Memo program.
Links
Install
npm install --save @solana/safe-memo @safecoin/web3.js
OR
yarn add @solana/safe-memo @safecoin/web3.js
Build from Source
- Prerequisites
- Node 16+
- NPM 8+
- Clone the project:
git clone https://github.com/fair-exchange/safecoin-program-library.git
- Navigate to the library:
cd safecoin-program-library/memo/js
- Install the dependencies:
npm install
- Build the library:
npm run build
- Run the tests:
npm run test