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