https://github.com/nuls-io/nuls-tool-ledger-app
NULS2.0 Ledger Application
https://github.com/nuls-io/nuls-tool-ledger-app
ledger ledger-wallet nuls nuls-blockchain wallet
Last synced: 2 months ago
JSON representation
NULS2.0 Ledger Application
- Host: GitHub
- URL: https://github.com/nuls-io/nuls-tool-ledger-app
- Owner: nuls-io
- License: apache-2.0
- Created: 2023-05-05T01:04:27.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-17T06:43:40.000Z (over 1 year ago)
- Last Synced: 2024-04-24T12:34:50.498Z (about 1 year ago)
- Topics: ledger, ledger-wallet, nuls, nuls-blockchain, wallet
- Language: C
- Homepage: https://github.com/nuls-io/app-nuls
- Size: 200 MB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# NULS2.0 Ledger Application
Ledger Application for several NULS Blockchain Assets: https://nuls.io/
## Prerequisite
### With the docker image builder
The app-builder docker image [from this repository](https://github.com/LedgerHQ/ledger-app-builder) contains all needed tools and library to build and load an application.
You can download it from the ghcr.io docker repository:```shell
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:
```shell
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.
## Compilation and load
```shell
make DEBUG=1 # compile optionally with PRINTF
make load # load the app on the Nano using ledgerblue
```## Documentation
High level documentation such as [APDU](doc/APDU.md), [commands](doc/COMMANDS.md) and [transaction serialization](doc/TRANSACTION.md) are included in developer documentation which can be generated with [doxygen](https://www.doxygen.nl)
## Contribute to Ledger Application
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## Contribute to NULS
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/developerYou 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/communityDocumentation:https://docs.nuls.io
NULS Brand Assets: https://nuls.io/brand-assets
## License
NULS is released under the [MIT](http://opensource.org/licenses/MIT) license.
Modules added in the future may be release under different license, will specified in the module library path.## Community
- 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####