Shield Service
In automatic recovery, Openfort uses Shield to encrypt and store the recovery share of the embedded wallet on behalf of the user.
Self-Hosted Shield
You can self-host the Shield service to maintain full control over your users' recovery data:
GitHub Repository
# Clone the Shield repository
git clone https://github.com/openfort-xyz/shield
Communicating with Shield
We have created a client-side library to help you interact with the Shield service:
Installation
npm install @openfort/shield-js
Next Steps
- User Guide - Learn how Shield works for end users
- Shield Repository - Self-host the Shield service
- Shield Client SDK - Integrate with Shield programmatically