https://github.com/0xsequence/wallet-recovery-app
Sequence Wallet Recovery App
https://github.com/0xsequence/wallet-recovery-app
Last synced: 9 months ago
JSON representation
Sequence Wallet Recovery App
- Host: GitHub
- URL: https://github.com/0xsequence/wallet-recovery-app
- Owner: 0xsequence
- License: other
- Created: 2024-05-21T14:20:01.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-08-04T23:02:54.000Z (10 months ago)
- Last Synced: 2025-08-05T01:10:39.645Z (10 months ago)
- Language: TypeScript
- Homepage: https://recovery.sequence.app
- Size: 11.5 MB
- Stars: 1
- Watchers: 11
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Sequence Recovery Wallet
Sequence Recovery Wallet is a secure, self-custodial solution that allows [Sequence Universal Wallet](https://sequence.app) 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](https://arweave.org/), ensuring transparency and trust.
## Prerequisites
1. Create a recovery key to your wallet at https://sequence.app/settings/recovery
## Running Locally
1. Install [pnpm](https://pnpm.io)
2. `pnpm i`
3. `pnpm dev`
4. Visit http://localhost:5173
## Deploying
1. `pnpm predeploy`
2. `pnpm run deploy`