Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bbenzikry/alfred-token
- Owner: bbenzikry
- Created: 2023-03-10T07:07:24.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-19T15:45:12.000Z (12 months ago)
- Last Synced: 2024-10-11T09:25:20.752Z (3 months ago)
- Topics: alfred, alfred-workflow, erc20, ethereum, productivity
- Language: Shell
- Homepage:
- Size: 1.23 MB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 0x0d50return (↵) : 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)