Skip to main content

Architecture

PressKey is the mandatory identity and signing layer for all write actions. It runs at key.presschain.io as a browser extension.
Private keys never transit the network. Ever.

Checking Availability

Core Request Pattern

EIP-1193 Provider

For direct ethers.js / viem integration:

Session Token Pattern

Every write action needs a fresh session token from PressKey. Tokens expire - don’t cache them for more than one action.

Full Action Reference

PressKey Adapter Class

WordPress Security Boundary

WordPress is never in the trust boundary. If WordPress is compromised, keys are safe.