Fether Beta is out, check it out and tell us what you think!

Thibaut Sardan
Parity Technologies
3 min readJan 18, 2019

Parity Fether v0.2-beta, the latest iteration of our light client-based wallet, has just been released.

This release has many improvements while staying true to our product goals: decentralised, open and simple.

Parity Fether connects to Ethereum in a decentralised manner, fetching data from Ethereum nodes rather than forcing users to trust a centralised node or service. This makes Fether a simple way of transferring Ether and ERC20 tokens on Ethereum.

Built with React and light.js

Fether’s simple user interface is built with React and uses light.js to interact with the underlying Parity Ethereum light client. React provides the flexibility to easily implement a UI using the great community support and tooling that’s readily available, while Parity’s own light.js provides the back-end connectivity to Parity Ethereum nodes for broadcasting transactions and fetching data, all in a decentralised way.

From Alpha to Beta: new features

BIP39 Support

Among the most important improvements that v0.2-beta brings is support for BIP39 recovery phrase. What is BIP39, you may ask? It’s a standard way of creating an account from a list of words. Sadly, not all wallets are using the same standard and an account created in one wallet may not be recoverable in another wallet. That said, from now on any new account created in Fether is BIP39 compatible, so that you can recover this same account on other platforms. This includes MyCrypto, MEW, MetaMask, Walleth, Jaxx, and many others. Legacy accounts created with Parity UI, Parity Signer, or older versions of Fether will still be recoverable as well.

Parity Signer integration

Speaking of Parity Signer, Fether now supports it! This lets you add another level of security to your funds. You can keep your private keys on an offline phone that is dedicated to Parity Signer and let Fether broadcast signed transactions. Not only will your private key never be exposed to the dark side of the internet, but the transaction that it signed will be sent in a decentralized manner using a light client! Here is a tutorial to get you started. We think we’ve made this process easy, but if you encounter bumps on the way, please let us know.

Open-source explorer integration, improved recovery options

Because we really care about privacy, we’re now linking transactions to Blockscout since this block explorer from POA Network embeds fewer trackers than Etherscan, and it’s open source. Another new feature, Fether v0.2-beta now allows you to import and export accounts using JSON keystore files.

Read the entire list of new features in the Fether v0.2-beta in the release notes!

Feedback and contributions welcome

All the code used in the application is open source — contributions are very welcome. Fether does not embed any tracker whatsoever, so the only way for us to know how you use the application, what you like, and what you’d like improved is if you tell us directly.

We also welcome feedback on non-technical issues: do you find the font too hard to read? Spotted a weird behaviour? Let us know on Gitter, Riot, or Twitter. You can now quickly open an issue on GitHub by clicking the “feedback” button at the bottom of the account list directly in the Fether app.

What’s next for Fether

Fether is in beta and synchronises Kovan testnet per default. Because it’s a beta version, we expect you to find little quirks here and there and we count on your feedback to make Fether even better. The launch on Mainnet is expected to happen in the next months while the work progresses in parallel on the Parity Ethereum light client.

Happy testing!

--

--