1.0.6 • Published 3 years ago

mxw-sdk-js v1.0.6

Weekly downloads
261
License
MIT
Repository
github
Last release
3 years ago

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.

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.8.5

4 years ago

0.8.6

4 years ago

0.8.4

4 years ago

0.8.3

4 years ago

0.8.2

4 years ago

0.8.1

4 years ago

0.8.0

4 years ago

0.7.7-rc.2

4 years ago

0.7.7-rc.1

4 years ago

0.7.7-rc.0

4 years ago

0.7.6

4 years ago

0.7.5

4 years ago

0.7.4

4 years ago

0.7.3

5 years ago

0.7.2

5 years ago

0.7.1

5 years ago

0.7.0

5 years ago

0.6.2

5 years ago

0.6.1

5 years ago

0.5.3

5 years ago

0.5.2

5 years ago

0.5.1

5 years ago

0.6.0

5 years ago

0.5.0

5 years ago

0.4.0

5 years ago

0.3.1

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.0.1-beta.1

5 years ago