1.1.4 • Published 6 years ago

dim-sdk v1.1.4

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

DIM-sdk

Light weight library for interacting with the dim blockchain. Uses no dom functions which allows easy usage for native mobile app development


Features:

  • Easy integration
  • Organised in namespaces
  • Create wallets compatible with Nano Wallet client
  • Simple transactions
  • Mosaic transactions
  • Encrypted, unencrypted and hex messaging
  • Create and audit Apostilles
  • Create and verify signatures
  • Helpers and formatting functions

Installation

Using npm:

npm install dim-sdk

// Use require
var dim = require("dim-sdk").default;
// ES6
import dim from 'dim-sdk';

Install dependencies:

npm install

Authors

  • Brian Pooe - brian.method@gmail.com - KingLuda
1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago