Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.18 KB

README.md

File metadata and controls

43 lines (29 loc) · 1.18 KB

Alfred BaseScan

Quick Base blockchain explorer lookup for Alfred.

Preview

Features

  • Search Base & Base Sepolia BaseScan explorers
  • Lookup transactions, addresses, blocks, and Basenames

Installation

  1. Download latest BaseScan.alfredworkflow from Releases
  2. Double click to install in Alfred

Usage

  • bs <query> - Search Base mainnet
  • bss <query> - Search Base Sepolia

Examples

Command Description
bs 0x123... View transaction
bs 0xabc... View address
bs 123456 View block
bs name.base.eth Look up name
bs name Look up name.base.eth

Development

  1. Clone repo
  2. Link workflow directory to Alfred:
    ln -s "$(pwd)/workflow" "$HOME/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/basescan"
  3. To build: cd workflow && zip -r ../BaseScan.alfredworkflow . -x ".*" -x "__MACOSX"

Credits

Thanks to Matt Solomon's original Alfred Etherscan Search for the inspiration!