Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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/).