Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@aeternity/ledger-app-api

Package Overview
Dependencies
Maintainers
5
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aeternity/ledger-app-api

Ledger Hardware Wallet aeternity API

  • 0.2.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-94.12%
Maintainers
5
Weekly downloads
 
Created
Source

Deprecated

Ledger HW support maintained in @aeternity/aepp-sdk (see AccountLedger, AccountLedgerFactory).

æternity ledger app api

Build Status npm npm

Overview

This is the API to the æternity ledger app. With this API, you can communicate directly with the æternity ledger app and use embedded features such as requesting an address or signing transaction.

Each call to the API can trigger an UI response to the Ledger app, where the user will be able to validate the request.

Installation & Usage

Install the æternity ledger app api via npm

npm install @aeternity/ledger-app-api

Import the æternity ledger app api and transport u2f

import Ae from "@aeternity/ledger-app-api";
import TransportU2F from "@ledgerhq/hw-transport-u2f";

Here's an example of a api usage:

const transport = await TransportU2F.create();
const ae = new Ae(transport);
let address = await ae.getAddress(0);

Documentation

Full documentation can be found at aeternity.github.io/ledger-app-api

Keywords

FAQs

Package last updated on 25 Apr 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc