1.1.0 • Published 5 years ago
vstr-dev-js v1.1.0
Overview
This the Module Wallet's JS SDK for the Module blockchain platform. It is currently in use by Module Light Wallet.
Visit the docs to learn how to use this library!
Getting started
Installation
Install the package using:
npm i module-dev-js
Build
npm run build:dev
Tests
npm run test
Docs
We use Docusaurus for our docs website. The docs are stores in ./docs
while the main website and its configuration is in ./website
.
cd website
npm install
npm run start
Typescript
The typescript declaration files are included (no need of any @types/...).