---
title: Demo
category: reference
---# DemoYou are required to submit a video demo of your Device App as described below (For Ledger Nano only).## UI FlowsTo create the flow you will show in the video, we recommend you follow the UI flows shown below.### Send and receive examplesPlease create your flow following the given [Ethereum example](/device-app/eth-flow.pdf).It contains the basic functions App information, Receive and send operations. Include the main operations that your device app contains. Try to apply the same kind of flow design for all of them.![](/device-app/eth-flow.png)### Blind signingIn case you need the users to blind sign transactions, you will need to include the blind signing flows.* This screen should be displayed when blind signing is not enabled and the user wants to sign a transaction requiring blind signing:\
![Blind signing not enabled](/device-app/blind-signing-not-enabled.png)* How to modify the blind signing settings:![](/device-app/blind-signing-settings.png)* When blind signing is enabled:![](/device-app/blind-signing-enabled.png)## VideoYou must **create your own video** using the example given.Embedded: [YouTube video player](https://www.youtube-nocookie.com/embed/pgGZvx30yNw)On the video demo you must show on a real device how to:* Import account
* Verify address
* Accept / reject a coin transfer transaction
* Show settingsIf applicable :* Transfer a token
* Delegate/Stake/VoteIf blind signing is implemented:* Sign a blind signed transaction while setting is disabled
* Sign a blind signed transaction while setting is enabled_&#x52;eminder : Blind signed operations must only be accessible behind a setting that must be disabled by default ([see blind signing section](../../integration/requirements/security#blind-signing))_
