This module offers the capability of recovering access to a lawallet account in case of losing acces to the private key of the account. It does so by requesting a delegation from the account that want to be recoverable and a communication channel (like mail) where it will ask for confirmation in case of recovery request.
Use this as a template from github and follow the next steps before using:
- Use the correct nvm version
nvm use
- Copy the .env.example
cp .env.example .env
- Generate a nostr key pair and put
it in the variables
NOSTR_PRIVATE_KEY
andNOSTR_PUBLIC_KEY
pnpm i
pnpm test
pnpm lint
pnpm prettier
pnpm dev
docker compose up