@wiko/wpl-memo
v0.2.4
Published
WPL Memo Program JS API
Downloads
2
Readme
@wiko/wpl-memo
A TypeScript library for interacting with the WPL Memo program.
Links
Install
npm install --save @wiko/wpl-memo @wiko/web3.js@1OR
yarn add @wiko/wpl-memo @wiko/web3.js@1Build from Source
- Prerequisites
- Node 16+
- PNPM 9+
- Clone the project:
git clone https://github.com/wiko-program/memo.git- Navigate to the library:
cd clients/js-legacy- Install the dependencies:
pnpm install- Build the library:
pnpm build- Run the tests:
pnpm test