mxw-sdk-js
TypeScript icon, indicating that this package has built-in type declarations

1.0.6 • Public • Published

mxw-sdk-js

The mxw-sdk-js library aims to be a complete and compact library for interacting with the Maxonrow blockchain and its ecosystem.


Features:

  • Keep your private keys in your client, safe and sound
  • Import and export JSON wallets
  • Import and export BIP 39 mnemonic phrases (12-word backup phrases) and HD wallets (English, Italian, Japanese, Korean, Simplified Chinese, Traditional Chinese; more coming soon)
  • Connect to Maxonrow nodes over JSON-RPC.
  • Aliases names are first-class citizens; it can be used to log in any Maxonrow services
  • Complete functionality for all your Maxonrow needs
  • Extensive documentation
  • Large collection of test cases which are maintained and added to
  • Fully TypeScript-ready, with definition files and full TypeScript source
  • MIT License (including ALL dependencies); completely open source, tweak as you please

Compiling the source code

To install all dependecies and build the source code run make build.

Installing in Node.js

Install the mxw-sdk-js library from your project directory::

npm install --save mxw-sdk-js

Importing

JavaScript (ES3)

var mxw = require('mxw-sdk-js');

JavaScript (ES5 or ES6)

const mxw = require('mxw-sdk-js');

JavaScript (ES6) / TypeScript

import { mxw } from 'mxw-sdk-js';

Acknowledgement

The initial idea was brought over ethers.js_, but soon after moving further, this library becomes its own entity.

Dependents (3)

Package Sidebar

Install

npm i mxw-sdk-js

Weekly Downloads

1

Version

1.0.6

License

MIT

Unpacked Size

899 kB

Total Files

158

Last publish

Collaborators

  • maxonrow
  • skywills87