Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cfranceschi-ledger committed Oct 28, 2024
1 parent 8c932d3 commit 02799bc
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 deletions.
3 changes: 3 additions & 0 deletions pages/docs/clear-signing/nft.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ title: Clear Signing for ERC-721, ERC-1155 and ERC-20
description: For the clear signing to be possible with your App when buying or selling NFTs, you will need to instantiate the const resolution with nft set to true and then pass it when requesting the signature.
---

import Glossary from '/components/features/tooltip-glossary'


# Clear Signing for ERC-721, ERC-1155 and ERC-20

For every <Glossary word="transaction"></Glossary>, the users must be able to verify on the device the amount being transferred and the destination address or the validator/nominator address(es) in the case of a staking operation.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import Glossary from '/components/features/tooltip-glossary'

# Advanced display management

## Introduction
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ title: Display Management Flows
description: Displaying information on the devices is done by defining a flow. Think of a flow as a set of screens that will be displayed to the user.
---

import Glossary from '/components/features/tooltip-glossary'


# Display Management Flows

## On-screen display
Expand Down
10 changes: 5 additions & 5 deletions pages/docs/device-interaction/beginner/cosmos-app.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ The application is up and running. Open the browser and go to `http://localhost:

<Zoom>
<img
alt="Cosmos <Glossary word="integration"></Glossary> example"
alt="Cosmos integration example"
src="/device-interaction/cosmos-02.png"
/>
</Zoom>
Expand All @@ -89,7 +89,7 @@ You’re able to retrieve the app version installed on your Ledger Nano device a

<Zoom>
<img
alt="Cosmos <Glossary word="integration"></Glossary> example"
alt="Cosmos integration example"
src="/device-interaction/cosmos-03.png"
/>
</Zoom>
Expand All @@ -100,7 +100,7 @@ You’re able to retrieve the app version but also the app name and some other i

<Zoom>
<img
alt="Cosmos <Glossary word="integration"></Glossary> example"
alt="Cosmos integration example"
src="/device-interaction/cosmos-04.png"
/>
</Zoom>
Expand All @@ -111,7 +111,7 @@ You can retrieve the data contained in the public key and some other information

<Zoom>
<img
alt="Cosmos <Glossary word="integration"></Glossary> example"
alt="Cosmos integration example"
src="/device-interaction/cosmos-05.png"
/>
</Zoom>
Expand All @@ -122,7 +122,7 @@ You can retrieve the public address, the data contained in the public key and so
- Click on **Show Address and Pubkey**:
<Zoom>
<img
alt="Cosmos <Glossary word="integration"></Glossary> example"
alt="Cosmos integration example"
src="/device-interaction/cosmos-06.png"
/>
</Zoom>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ description: You will need to provide a JS implementation to interact with your
---

import { Callout } from 'nextra/components'
import Glossary from '/components/features/tooltip-glossary'


# 2 - Embedded App JS Bindings

Expand Down

0 comments on commit 02799bc

Please sign in to comment.