openfort-backend-wallets
Installation
SKILL.md
Openfort Backend Wallets (Developer Custody)
Backend wallets are server-controlled EOAs for automated blockchain operations — no user interaction required. Private keys are stored in hardware-backed secure enclaves and never leave the secure environment.
When to use backend wallets (vs embedded wallets):
- Server-side automation: treasury ops, batch minting, payroll, airdrops
- AI agent wallets: autonomous trading, payment processing
- Programmatic signing: no browser or user present
- Cross-border payments: automated stablecoin disbursement
When to use embedded wallets instead:
- User-facing wallets where the user controls the key
- Browser/mobile signing flows with user approval
Setup
npm install @openfort/openfort-node
# EVM peer dependency (required for sendTransaction):
Related skills