What is 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

Developer Documentation


Acknowledgement

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