Category: Overview

Getting Started with EPIC

Overview

EPIC is the Upgrade Intelligence and Deployment Readiness gateway for Solana programs. By checking structures, space limits, and upgrade parameters before deployment, EPIC prevents serialization anomalies and access control failures.

Installation

You can install EPIC CLI directly on your development environment:

npm install -g @solana-epic/cli

Verification

Confirm the installation was successful by calling the verify helper:

epic --version

Execute First Scan

To run upgrade compatibility checks against a target binary:

epic audit --binary target/deploy/program.so