Skip to content

mds1/alfred-etherscan-search

Repository files navigation

Alfred Etherscan Search

Alfred workflow to quickly search addresses, transactions, and ENS Domains on Etherscan

Installation

  1. Download the .alfredworkflow file from the GitHub releases page
  2. Double-click the file to install

Usage

The default keyword is es, but this can be changed if desired. Examples usage:

Command Description
es <address> Opens the provided address on Etherscan.
es <transactionHash> Opens the provided transaction hash on Etherscan.
es <ensDomain> Opens the provided ENS domain on Etherscan.
Supports subdomains, and the .eth suffix
will be added automatically if not provided.
es <tokenName> Opens the provided token on Etherscan. Supported
values for tokenName include dai, chai, sai,
usdc, usdt or tether, mkr or maker, cdai,
csai, cusdc, and ceth.

License

This workflow is released under the MIT License.

Acknowledgements

This project utilizes the alfred-workflow tool built by @deanishe