Skip to content
dev-mondoshawan edited this page May 6, 2026 · 4 revisions

ScarpShield

THE OUTER WALL OF DEFENSE

ScarpShield is a self-hosted smart contract monitoring tool by CounterScarp.io. It watches your deployed contracts for critical events and sends real-time alerts.

Quick Install: pip install scarpshield

  • Lightweight — runs on your own machine, no cloud dependencies
  • Private — your contract addresses and config stay local
  • Multi-channel alerts — Email, Discord, Slack, Telegram, or console
  • Web dashboard — polished dark-themed GUI with live event feed

Table of Contents

Page Description
Installation Step-by-step setup guide
Quick Start Get monitoring in 5 minutes
CLI Reference Complete command documentation
Roadmap Planned features and changelog

Quick Links


What It Monitors

  • ERC-20 Transfer events
  • Approval events
  • OwnershipTransferred events
  • Admin function calls (pause, transferOwnership, upgradeTo, etc.)

Supported Chains

Ethereum, Polygon, BSC, Arbitrum, Base (add custom RPCs in config.json)


Version

v1.0.1

License

MIT License


Powered by CounterScarp.io

Clone this wiki locally