Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 801 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 801 Bytes

Sequence Recovery Wallet

Sequence Recovery Wallet is a secure, self-custodial solution that allows Sequence Universal Wallet users to regain access to their wallets with no third-party dependencies. Recovery Wallet can be run locally using the instructions below and it doesn't depend on Sequence infrastructure to be available. Sequence Universal Wallet session states are stored on-chain, using the Arweave permanent decentralized storage layer, ensuring transparency and trust.

Prerequisites

  1. Create a recovery key to your wallet at https://sequence.app/settings/recovery

Running Locally

  1. Install pnpm
  2. pnpm i
  3. pnpm dev
  4. Visit http://localhost:5173

Deploying

  1. pnpm predeploy
  2. pnpm run deploy