@cartbc/cpl-memo
v0.0.1
Published
CPL Memo Program JS API
Downloads
3
Readme
@cartbc/cpl-memo
A TypeScript library for interacting with the CPL Memo program.
Links
Install
npm install --save @cartbc/cpl-memo @cartbc/web3.js
OR
yarn add @cartbc/cpl-memo @cartbc/web3.js
Build from Source
- Prerequisites
- Node 16+
- NPM 8+
- Clone the project:
git clone https://github.com/cartallum/cartes-program-library.git
- Navigate to the library:
cd cartes-program-library/memo/js
- Install the dependencies:
npm install
- Build the library:
npm run build
- Run the tests:
npm run test