[Ethereum] Are there Ethereum Wallets (other that Mist) that provide support for test-network

jaxxmyetherwalletparitytestnetswallets

I was going through a list of Ethereum wallets from here and here. Some good or I should say popular ones other than Mist were Jaxx and MyEtherWallet.
But I was concerned if any Ethereum wallet provides functionality of connection to test-network. Like In Mist I can connect to a test network and play around with ethers and also can test my contracts over private network before deploying it on public blockchain.
Are there any Ethereum wallets available which fullfill following criteria:

  1. Is a Light-wallet
  2. Provides support of custom Tokens
  3. Provides support for test network.

Is there any chance of Mist releasing a light-wallet?

Best Answer

The word light-wallet or light-client can mean a number of things. There is the fast-sync'd versions of geth and parity which reduce the amount of data necessary on your hard drive.

There are also wallets available that have their own node infrastructure that you can use without syncing the chain:

You can change the node MEW connects to in the top-right corner to access (at the time of this edit)

  • Ethereum
  • Ethereum Classic
  • Testnet: Ropsten, Kovan, Rinkeby
  • Expanse
  • Ubiq
  • RSK
  • Your own custom node / chain
Related Topic