Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ArkEcosystem/ledger
A Ledger Hardware Wallet Application in C for the ARK Blockchain.
https://github.com/ArkEcosystem/ledger
ark blockchain c hardware ledger nanos nanox wallet
Last synced: 2 months ago
JSON representation
A Ledger Hardware Wallet Application in C for the ARK Blockchain.
- Host: GitHub
- URL: https://github.com/ArkEcosystem/ledger
- Owner: ArkEcosystem
- License: other
- Created: 2017-06-22T07:41:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-02-10T14:41:19.000Z (almost 3 years ago)
- Last Synced: 2024-07-28T14:31:23.342Z (6 months ago)
- Topics: ark, blockchain, c, hardware, ledger, nanos, nanox, wallet
- Language: C
- Homepage:
- Size: 924 KB
- Stars: 15
- Watchers: 11
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ark - Ark-Ledger - Ledger App for Nano S and Nano Blue (Hardware Integrations / Wallets)
README
# ARK Ledger
> A simple Ledger NanoS/NanoX app for the ARK Blockchain.
[![Build](https://github.com/ArkEcosystem/ledger/workflows/Build/badge.svg)](https://github.com/ArkEcosystem/ledger/actions)
[![License: MIT](https://badgen.now.sh/badge/license/MIT/green)](https://opensource.org/licenses/MIT)* [The Ledger ARK app](#the-ledger-ark-app)
* [Security](#security)
* [Credits](#credits)
* [License](#license)## The Ledger ARK app
This app is written in C for the Ledger NanoS and NanoX devices.
While the Ledger ARK app _is_ compatible with the Ledger NanoX, there is currently no way to load a custom app until LedgerHQ releases the nanox-secure-sdk.
The Ledger NanoS is fully supported for development and flashing.
For more development resources or environment installation and usage, see the following links:
* [ARK Ledger App Example Payloads](./docs/PAYLOADS.md)
* [Development Resources](./docs/RESOURCES.md)
* [Development Environment Installation and Usage](./docs/INSTALLATION.md)## Security
If you discover a security vulnerability within this package, please send an e-mail to [email protected]. All security vulnerabilities will be promptly addressed.
## Credits
This project exists thanks to all the people who [contribute](../../contributors).
## License
[MIT](LICENSE) © [ARK Ecosystem](https://ark.io)