Installation

For all dApp and back-end development, we strongly recommend using the official npm package. This package automatically provides the correct bundle for your environment (Node.js or Browser).

# npm install (latest version is 2.2.1)
$ npm install @mitumjs/mitumjs
# To use account abstraction
$ npm install @mitumjs/mitumjs-account-abstraction

The basic usage of the Account Abstraction SDK is the same as that of Mitumjs, but for specialized methods, please refer to the following usage.

If you wish to use it with TypeScript, clone the source code from Git.

$ git clone https://github.com/imfact-labs/mitumjs.git
# or
$ git clone git@github.com:imfact-labs/mitumjs.git

Last updated