Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/OzTamir/EtherClick
Quick Ethereum utilities in the menu bar
https://github.com/OzTamir/EtherClick
Last synced: 26 days ago
JSON representation
Quick Ethereum utilities in the menu bar
- Host: GitHub
- URL: https://github.com/OzTamir/EtherClick
- Owner: OzTamir
- License: mit
- Created: 2022-11-10T17:41:05.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-13T14:06:53.000Z (about 2 years ago)
- Last Synced: 2024-08-03T09:05:41.569Z (4 months ago)
- Language: Python
- Homepage:
- Size: 245 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Mac-Menubar-Megalist - EtherClick
README
# EtherClick
macOS MenuBar app for quick Ethereum-related operations on clipboard content## Available Operations
- Etherscan: Open an address in [Etherscan](https://etherscan.io/)
- keccak256: Get the keccak256 hash of the clipboard's content## Examples
The app is running as a menu bar icon:![Menu Bar](./images/menu.png)
Getting a hash:
![keccak256](./images/hash.png)
## Building
To build the app, use py2app and the setup.py file:
```bash
python setup.py py2app
```## Credits
The icon was taken from [here](https://iconarchive.com/show/cryptocurrency-flat-icons-by-cjdowner/Ethereum-ETH-icon.html).
This app was developed by following [this tutorial](https://camillovisini.com/article/create-macos-menu-bar-app-pomodoro/).