Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bbenzikry/alfred-token

🔎🎩 Easily find token addresses with Alfred
https://github.com/bbenzikry/alfred-token

alfred alfred-workflow erc20 ethereum productivity

Last synced: 2 months ago
JSON representation

🔎🎩 Easily find token addresses with Alfred

Awesome Lists containing this project

README

        

# 🔎🎩 Alfred token search

An [Alfred](https://www.alfredapp.com/) workflow that makes it easy to search for tokens across chains, copy their address to the clipboard and open them on relevant explorers.



## Usage

token [chain_id] [token_name(optional)]
token [token_name] [chain_id(optional)]

token USDC --> Find cross chain USDC tokens
token 1 --> Find tokens on Mainnet
token 137 --> Find tokens on Polygon
token 137 USDC --> Find tokens containing USDC on Polygon
token 0x0d50 --> Find all tokens starting with 0x0d50
token 137 0x0d50 --> Find all tokens on Polygon starting with 0x0d50

return (↵) : Copy the selected address to your clipboard.
cmd + return (⌘↵) : Show in explorer ( Etherscan based only at the moment )

## Adding to Alfred
### Prerequisites
[jq](https://stedolan.github.io/jq/download/) should be available at ``/usr/local/bin/jq``

### Download Workflow
Check out [releases](https://github.com/bbenzikry/alfred-token/releases)

### Build locally
```bash
# Create output folder and zip into workflow
./scripts/build.sh
```

## More info
- PNGs are optimized with ``pngquant``
- Token data is populated from [viaprotocol/tokenlists](https://github.com/viaprotocol/tokenlists)
- Chain data is populated from [ethereum-lists/chains](https://github.com/ethereum-lists/chains)


Did this help you out?


donations: bbenzikry.eth