Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dimorinny/ethereum-erc20-wallet
- Owner: dimorinny
- License: apache-2.0
- Created: 2017-06-23T23:29:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-18T00:07:02.000Z (over 6 years ago)
- Last Synced: 2023-10-20T19:20:35.881Z (about 1 year ago)
- Topics: erc20, ethereum
- Language: JavaScript
- Size: 4.84 MB
- Stars: 37
- Watchers: 6
- Forks: 27
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 walletTry 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
```