Fairy Wallet - Ledger Nano S compatible wallet for EOS
Fairy Wallet
is a light and secure desktop application for the Ledger Nano S and EOS blockchain. The application provides basic wallet functionality that allows the control and transfer of tokens using multiple accounts.
Features
- Hardware Wallet Support Application works with Ledger Nano S hardware wallet. To sign the transaction, application uploads transaction data onto hardware wallet and signing is done internally, so the private key is never revealed to the world.
- Multi Account Support Application allows user to switch between EOS accounts. Accounts should be bound to the public key on the hardware wallet.
- Transfer Tokens Application allows the transfer of EOS and generic tokens.
- Balance Staking Application allows the user to stake/unstake EOS tokens.
- Airdrop Application allows the tracking of generic tokens that user is interested in.
- Transaction History Application provides transaction history.
- Currency Price Added EOS USD exchange pair.
- Voting User can vote up to 30 block producers.
- Resource Delegation Application allows to delegate resource to multiple accounts.
- Update permission Application allows to update owner/active permission keys.
Releases
The latest release version is 0.10.0. To download the application use one the following links:
Release notes: https://github.com/tarassh/fairy-wallet/releases/tag/v0.10.0
NOTE: Wallet on Linux may require additional permissions for the device. To add permissions, use this script.
Windows users may experience slow response from the device due to driver issues.
Building from Source
Please make sure that you have yarn
preinstalled.
To build binaries from source follow the instructions below:
git clone https://github.com/tarassh/fairy-wallet
cd fairy-wallet
yarn
yarn package
User Manual
User manual can be found on the Wiki page.
Connect to Mainnet
Connect to the EOS Mainnet using one of the following endpoints:
Connect to Testnet
Connect to the EOS Testnet for testing this application.
Jungle Testnet - operated by CryptoLions:
Development Mode
git clone https://github.com/tarassh/fairy-wallet
cd fairy-wallet
yarn
yarn dev