Installation

For all dApp and back-end development, we strongly recommend using the official npm packagearrow-up-right.

This package automatically provides the correct bundle for your environment (Node.js or Browser).

# npm install
$ npm install @imfact/sdk
# To use account abstraction
$ npm install @imfact/account-abstraction

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

If you wish to use it with TypeScript, clone the source code from Git. To explore the account abstraction implementation, please refer to the account-abstraction branch.

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

Last updated