ApeWorX / ape-ledger

Ledger Nano S and X account plugin for the Ape Framework
https://www.apeworx.io/
Apache License 2.0
6 stars 7 forks source link

Transaction CLI Display before sending to device #19

Closed antazoey closed 2 years ago

antazoey commented 2 years ago

Overview

Use CLI transaction display to show the user the transaction are signing. This is largely due that Ledger devices required blind signing to work with us and that is not too secure. The downside is that users have to confirm transactions twice: once in the CLI and again in the device. The CLI one won't be blind though.

Specification

Follow ape_accounts

Dependencies

Include links to any open issues that must be resolved before this feature can be implemented.