Estimated reading time: One minute
What is a Nano application clone ?
A Nano application variant, or clone, is developed when all the logic for signing transaction can be contained in the parent Nano Application.
Just as for any Nano Application, you must follow our guidelines to comply Ledger’s publication requirements.
What is the process?
Developing the application
Instead of building your application in a separate repository, you will make changes to the Ethereum app.
Click here to develop an Ethereum clone. More types of clone applications will be added to the documentation in the future.
Building the application
To build the clone application, follow these guidelines.
- First run the
make
command for the Ethereum App and run make load
- Run
make clean
- Load the Nano App clone with the name of your chain. E.g:
make load CHAIN=ambrosus
Publishing the application
If you want to publish a clone application, follow the process in Publishing an application.
Join us on the Ledger’s Discord server and introduce yourself to the developer community in the #introductions channel.