1.23.2 • Published 9 months ago

dmc.js v1.23.2

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months ago

DMC.JS

NPM version

General purpose library for DMC and EOSIO blockchains.

Geting Started

Install the module with:

npm install dmc.js

Starting DMC&EOSIO blockchains journey with dmc.js:

var DMC = require("dmc.js");

let dmc_client = DMC({
    chainId: "ChainId",
    keyProvider: "KeyProvider",
    httpEndpoint: "httpEndpoint",
    logger: {
        log: null,
        error: null
    }
});
1.23.2

9 months ago

0.23.1

9 months ago

1.23.0

1 year ago

1.23.1

1 year ago

0.23.0

1 year ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago