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