Comprehensive Documentation
> Sentinel Documentation
Everything you need to know about integrating and using Sentinel security features.
Documentation
Getting Started with Sentinel
Sentinel is a comprehensive security layer for smart contracts that protects against exploits, front-running attacks, and vulnerabilities in real-time.
Prerequisites
- Ethereum, Polygon, BSC, or other EVM-compatible blockchain
- Solidity smart contracts (version 0.8.0 or higher)
- Python (version 3.0 or higher) for local development
Quick Start
Terminal
# Install Sentinel CLI
npm install -g @sentinel/cli
# Check out Help
sentinel -h or sentinel --help
# Deploy protection to your contracts
sentinel scan <path-to-the-contract>
# Visualize your vulnerablities (coming Soon)
sentinel visualize <choice>