This is the Conflux Core Space
Ledger device app, which can work with the Conflux Fluent Wallet
to send transactions to the Conflux Network (Core Space). This app adds support for the Conflux native token(CFX) to the Ledger Nano S+/Flex/Stax/X hardware wallet.
Current Features:
- Public key queries
- Parse, display, and sign simple CFX transfer transactions
This project is developed in Rust and started from the Ledger Rust boilerplate.
To build and install the app on your Ledger Device, you must set up the development environment as described in the Ledger documentation. You need to install below tools:
- Docker
- X Server
- VS Code
- The Ledger extension in VS Code
git clone [email protected]:Conflux-Chain/app-conflux.git
cd app-conflux
Note: Nano X do not support side-load app, please use other device for physical test.
- Ledger Official Documentation
- Ledger Rust SDK
- Ledger Rust Boilerplate
- Ledger Discord
- Community Rust Libs
The Nano S has not been sold since June 2022, and Ledger Live no longer supports new apps for the Nano S.
You can purchase new hardware wallets like the Nano S Plus, Flex, or Stax. Import your recovery phrase and use the wallet after restoring it.
Or you can side load the app to your Nano S, check this documentation for more details.
Since the Conflux E Space is fully compatible with the Ethereum, you can use the Ethereum app + MetaMask to interact with E Space.
Yes