## Overview

This the Module Wallet's JS SDK for the Module blockchain platform. It is currently in use by [Module Light Wallet](https://bitbucket.org/moduledev/module-js/src/master/).

Visit the [docs](https://module.io/module-js) to learn how to use this library!

## Getting started

### Installation

Install the package using:

```js
npm i module-mobile-js
```

### Build

```js
npm run build:dev
```

### Tests

```js
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`.

```bash
cd website
npm install
npm run start
```

### Typescript

The typescript declaration files are included _(no need of any @types/...)_.

## License

- Open-source [MIT](https://bitbucket.org/moduledev/module-js-mobile/src/master/LICENSE).
- Main author is [dotFund](https://bitbucket.org/moduledev).
- Maintainer is [dotFund](https://bitbucket.org/moduledev)
