This Raycast extension allows you to quickly view Celestia addresses on the blockchain explorer. When a Celestia address is in your clipboard, this extension will automatically open it in the Celenium explorer for your selected network.
- Quick access to view Celestia addresses on Celenium explorer
- Support for multiple networks:
- ✨ Mainnet (celenium.io)
- 🧪 Mocha Testnet (mocha.celenium.io)
- 🧪 Arabica Devnet (arabica.celenium.io)
- Validates Celestia addresses (must start with "celestia1")
- Works directly with clipboard content
- Make sure you have Raycast installed on your macOS system
- Clone this repository or download the
celestia_address.jsfile - Open a terminal and navigate to your Raycast scripts directory:
cd ~/Library/Application Support/Raycast/Scripts
- Copy the
celestia_address.jsfile into this directory:cp /path/to/celestia_address.js . - Make the script executable:
chmod +x celestia_address.js
- Refresh your Raycast commands or restart Raycast
- Copy a Celestia address to your clipboard
- Open Raycast
- Type "Celestia Address Viewer"
- Select your desired network (Mainnet, Mocha, or Arabica)
- Hit enter
- The address will automatically open in the Celenium explorer
- Raycast installed on your macOS system
- Internet connection to access the explorer
- Valid Celestia address in clipboard
For issues, feature requests, or contributions, please open an issue or pull request in this repository.
Created by joshcs