Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dimorinny/ethereum-erc20-wallet

ERC20 Wallet for Metamask or Mist
https://github.com/dimorinny/ethereum-erc20-wallet

erc20 ethereum

Last synced: 5 days ago
JSON representation

ERC20 Wallet for Metamask or Mist

Awesome Lists containing this project

README

        



This is Ethereum **ERC20** compatible tokens web wallet, that uses Metamask or Mist project for communication with Ethereum network. With this wallet you may:

* Get token information (total supply, volume, etc)
* Get account information (balance, transactions history)
* Send tokens to another wallet

Try now: [https://dimorinny.github.io/ethereum-erc20-wallet/](https://dimorinny.github.io/ethereum-erc20-wallet/)

You can run your local wallet using this command:

```
docker run -p 80:80 dimorinny/ethereum-erc20-wallet
```