signet
Installation
SKILL.md
Signet
Signet is an onchain advertising protocol on Base (Hunt Town Co-op). URLs compete for the spotlight slot, backed by HUNT tokens.
CLI Tool
Install and use the @signet-base/cli tool:
# Estimate cost for spotlight placement in different tokens
npx @signet-base/cli estimate --hours 6 --token hunt
npx @signet-base/cli estimate --hours 6 --token eth
# List recent signatures
npx @signet-base/cli list --count 10
# Sign directly on-chain (recommended if you have ETH or USDC)
npx @signet-base/cli sign --url https://example.com --hours 6 --token auto --private-key 0x...