bbenzikry / alfred-token

πŸ”ŽπŸŽ© Easily find token addresses with Alfred

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ”ŽπŸŽ© Alfred token search

An Alfred 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 should be available at /usr/local/bin/jq

Download Workflow

Check out releases

Build locally

# Create output folder and zip into workflow
./scripts/build.sh 

More info

Did this help you out?

donations: bbenzikry.eth

About

πŸ”ŽπŸŽ© Easily find token addresses with Alfred


Languages

Language:Shell 100.0%