All Projects → tarassh → Fairy Wallet

tarassh / Fairy Wallet

Licence: mit
Client for ledger nano s hw

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Fairy Wallet

Eos Bp Nodes Security Checklist
EOS bp nodes security checklist(EOS超级节点安全执行指南)
Stars: ✭ 347 (+125.32%)
Mutual labels:  blockchain, eosio
Awesome Blockchain
⚡️Curated list of resources for the development and applications of blockchain.
Stars: ✭ 937 (+508.44%)
Mutual labels:  blockchain, eosio
Scatterwebextension
Extension that allows you to sign transactions with your private keys securely from within the browser without ever exposing them.
Stars: ✭ 359 (+133.12%)
Mutual labels:  blockchain, eosio
Monstereos
A Tamagotchi and Battle Game for EOS Blockchain :)
Stars: ✭ 174 (+12.99%)
Mutual labels:  blockchain, eosio
Eosio Project Boilerplate Simple
This repository demonstrates the eosio platform running a blockchain as a local single node test net with a simple DApp, NoteChain.
Stars: ✭ 134 (-12.99%)
Mutual labels:  blockchain, eosio
Dfuse Eosio
dfuse for EOSIO
Stars: ✭ 180 (+16.88%)
Mutual labels:  blockchain, eosio
Eos Go
EOS.IO Go API library
Stars: ✭ 531 (+244.81%)
Mutual labels:  blockchain, eosio
Eos Smart Contract Security Best Practices
A guide to EOS smart contract security best practices
Stars: ✭ 371 (+140.91%)
Mutual labels:  blockchain, eosio
Eosc
Cross-platform EOSIO command-line swiss-army-knife (EOS, BOS, Telos, Worbli, etc.)
Stars: ✭ 128 (-16.88%)
Mutual labels:  blockchain, eosio
Scatter
Scatter is an in-browser ( extension ) wallet for EOS which facilitates interaction between users and dapps.
Stars: ✭ 59 (-61.69%)
Mutual labels:  blockchain, eosio
Eos Bios
DEPRECATED: use `eosc boot` now. Historically: Orchestrator for a decentralized EOS.IO blockchain network boot
Stars: ✭ 173 (+12.34%)
Mutual labels:  blockchain, eosio
Advanced Eos Examples
EOS Smart Contract Development Examples
Stars: ✭ 146 (-5.19%)
Mutual labels:  blockchain, eosio
Eostracker
🗄EOS Tracker: Real time block explorer for EOS Blockchain
Stars: ✭ 166 (+7.79%)
Mutual labels:  blockchain, eosio
Awesome Eos
A curated list of awesome EOS frameworks, libraries, software and resources.
Stars: ✭ 181 (+17.53%)
Mutual labels:  blockchain, eosio
Awesome Eos
A curated list of EOS Ecosystem by SuperONE.
Stars: ✭ 160 (+3.9%)
Mutual labels:  blockchain, eosio
Tiny.scatter
Scatter compatible eos injection library
Stars: ✭ 31 (-79.87%)
Mutual labels:  blockchain, eosio
Eosio Card Game Repo
The Elemental Battles Tutorial is divided into easy to follow lessons that take you through the process of creating your own fully-functional blockchain-based dApp.
Stars: ✭ 139 (-9.74%)
Mutual labels:  blockchain, eosio
Cryptokylin Testnet
EOS.io Kylin Testnet by cryptokylin.io
Stars: ✭ 140 (-9.09%)
Mutual labels:  blockchain, eosio
Node
Credits Node is the main module that provide an opportunity to run a node and participate in CREDITS blockchain network.
Stars: ✭ 147 (-4.55%)
Mutual labels:  blockchain
Ebtc
eBitcoin (eBTC) is an ERC20 token. Its primary utility is to provide an easy & fast payment solution. Its edge over other tokens is that it is capable of sending up to 255 payments in a single transaction.
Stars: ✭ 149 (-3.25%)
Mutual labels:  blockchain

version

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.

fairy-wallet screenshot

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].