Firewall Documentation
Home
  • Overview
  • Quick Start
    • Using Function Modifiers
    • Using Proxy Patterb
  • Concepts
  • Configuration
    • Governance
    • Firewall Configuration
    • Policy Administration
  • How It Works
  • Smart Contracts
    • Firewall.sol
    • FirewallConsumer.sol
    • FirewallProxyAdmin.sol
    • FirewallTransparentUpgradableProxy.sol
  • Policies
    • Admin Notary
    • Whitelist
    • Approved Calls
    • Approved Patterns
    • Balance Guard
    • EOA Only
    • Method Block
    • Custom Protector
    • Non Reentrant
    • Combined Policies
  • Addresses
  • Glossary
  • Support
  • FAQ
Powered by GitBook
On this page

Quick Start

PreviousOverviewNextUsing Function Modifiers

Last updated 11 months ago

In only a few minutes, you'll be able to add protection to your protocol's smart contract. Whether you use upgradable or non-upgradable contracts - we got you covered.

  1. For Non-Upgradable Contracts, see

  2. For Upgradable Contracts, see

Using Function Modifiers
Using Proxy Pattern