2.1.0 • Published 1 year ago

@elrondnetwork/erdjs-hw-provider v2.1.0

Weekly downloads
-
License
GPL-3.0-or-later
Repository
-
Last release
1 year ago

Elrond SDK for JavaScript: hardware wallet provider

Signing provider for dApps: hardware wallet (Ledger).

Documentation is available on docs.elrond.com, while an integration example can be found here.

Note that we recommend using dapp-core instead of integrating the signing provider on your own.

Distribution

npm

Installation

erdjs-hw-provider is delivered via npm, therefore it can be installed as follows:

npm install @elrondnetwork/erdjs-hw-provider

Building the library

In order to compile erdjs-hw-provider, run the following:

npm install
npm run compile