Skip to content

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