Get Started

Deploy SKEP3 in under 2 minutes

A local-first security layer for your crypto wallet. No cloud. No subscription. No compromise.

Prerequisites

Node.js ≥ 18
Required runtime
Foundry (Anvil)
EVM fork engine
Ollama
Local AI runtime
Ethereum RPC
Mainnet endpoint
01

Install Edith CLI

SKEP3 ships as a global npm package called Edith — the CLI interface for the scanning engine.

npm install -g edith-skep3

Requires Node.js 18 or higher

02

Install Foundry

SKEP3 uses Foundry's Anvil under the hood to fork and simulate EVM transactions locally.

curl -L https://foundry.paradigm.xyz | bash && foundryup

Installs forge, cast, anvil, and chisel

03

Start Ollama

The AI threat analysis runs through Ollama — a local LLM runtime. Pull the recommended model.

ollama serve ollama pull qwen3.5

Any Ollama-compatible model works

04

Launch the proxy

Start the SKEP3 proxy, pointing it at your Ethereum RPC endpoint. It will listen on port 9545.

edith proxy --rpc https://YOUR_ETH_RPC_URL

Supports Alchemy, Infura, QuickNode, or any standard RPC

05

Point your wallet

Set your wallet's (MetaMask, Rabby, etc.) custom RPC to the SKEP3 proxy address.

http://127.0.0.1:9545

All transactions will now be intercepted and scanned before forwarding

You're protected

SKEP3 is now intercepting and analysing every transaction your wallet attempts to sign.

Need help?
Check our community, help center, or open an issue on GitHub.