Ledger Application for several NULS Blockchain Assets: https://nuls.io/
The app-builder docker image from this repository contains all needed tools and library to build and load an application. You can download it from the ghcr.io docker repository:
sudo docker pull ghcr.io/ledgerhq/ledger-app-builder/ledger-app-builder-full
You can then enter this development environment by executing the following command from the directory of the application git
repository:
sudo docker run --rm -ti --user "$(id -u)":"$(id -g)" -v "$(realpath .):/app" ghcr.io/ledgerhq/ledger-app-builder/ledger-app-builder-full
The application's code will be available from inside the docker container, you can proceed to the following compilation steps to build your app.
make DEBUG=1 # compile optionally with PRINTF
make load # load the app on the Nano using ledgerblue
High level documentation such as APDU, commands and transaction serialization are included in developer documentation which can be generated with doxygen
Click Star and Fork to start contributing improvements to this module. Hope more contributors can submit improvement suggestions and bug reports here. Issues: https://github.com/nuls-io/app-nuls/issues
We are committed to making blockchain technology simpler and our slogan is "NULS Making It Easier to Innovate".
Get to know NULS developers https://nuls.io/developer
You are welcome to contribute to NULS! We sincerely invite developers with rich experience in the blockchain field to join the NULS technology community. https://nuls.io/community
Documentation:https://docs.nuls.io
NULS Brand Assets: https://nuls.io/brand-assets
NULS is released under the MIT license. Modules added in the future may be release under different license, will specified in the module library path.
- Website: https://nuls.io
- Twitter: https://twitter.com/nuls
- Discord:https://discord.gg/aRCwbj47WN
- Telegram: https://t.me/Nulsio
- Medium: https://nuls.medium.com
- Forum: https://forum.nuls.io
- GitHub: https://github.com/nuls-io