@astrox/identity-ledgerhq
v0.0.52
Published
JavaScript and TypeScript library to manage identity and authentication with the Internet Computer
Downloads
54
Readme
@astrox/identity-ledgerhq
TypeScript library to support a Hardware Ledger Wallet identity for applications on the Internet Computer.
Visit the Dfinity Forum and SDK Documentation for more information and support building on the Internet Computer.
Installation
Using authentication:
npm i --save @astrox/identity-ledgerhq
In the browser:
import { LedgerIdentity } from '@astrox/identity-ledgerhq';
// ...
const identity = await LedgerIdentity.create();
const agent = new HttpAgent({ identity });
Note: depends on @astrox/agent and @astrox/identity.