LedgerHQ / app-near

Ledger repo for Near app
MIT License
11 stars 9 forks source link

feat: blind signature #32

Closed dj8yfo closed 3 months ago

dj8yfo commented 10 months ago

resolves #13

(header template taken from https://github.com/LedgerHQ/app-near/commit/294072a8682f5cb1a15b0e375e003c36683b5d62)

tmp tmp tmp tmp tmp tmp tmp

Below is an example of added flow on Nano Stax

stax ![tmp](https://github.com/LedgerHQ/app-near/assets/26653921/cb736d86-f58f-4098-a3be-9f027db277ea) ![Screenshot_20231221_091223](https://github.com/LedgerHQ/app-near/assets/26653921/f9b7cead-5cdf-4b98-a2a4-f736b9707438) ![Screenshot_20231221_091335](https://github.com/LedgerHQ/app-near/assets/26653921/1919a2b2-3d4e-4a35-9a77-d1188431b905) ![tmp](https://github.com/LedgerHQ/app-near/assets/26653921/f6131163-4870-4d34-a28d-09780aa9cccd) ![tmp](https://github.com/LedgerHQ/app-near/assets/26653921/04f55410-ed81-43ba-bb62-4e28e3497267) ![tmp](https://github.com/LedgerHQ/app-near/assets/26653921/84fc1b4b-e3b7-495e-97e3-2c73be368906) ![tmp](https://github.com/LedgerHQ/app-near/assets/26653921/cfc02237-f381-469b-843d-b7e056f8170c) ![tmp](https://github.com/LedgerHQ/app-near/assets/26653921/83070997-d22b-4739-bfe4-c7095ec61d31)
dj8yfo commented 9 months ago

redundantly cross-referencing with https://github.com/near/near-cli-rs/pull/259 as well

dj8yfo commented 9 months ago

converted this to draft, as hash has to be printed in base58 instead of hex

dj8yfo commented 9 months ago

rebased this on top of #34