Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.62 KB

File metadata and controls

45 lines (29 loc) · 1.62 KB

image

Lute

CodeQL Snyk Security Monitored License

An open-source wallet for the Algorand blockchain, available as a progressive web app and browser extension.

lute.app

Features

  • Manage Algorand and AVM assets from any modern browser
  • Hardware wallet support via Ledger (WebHID / WebUSB)
  • Installable as a PWA or browser extension
  • Client-side key management: your keys reside on your device
  • Built with audited cryptographic libraries

Development

Requires Node.js >= 22.16.0 and pnpm.

pnpm i
Command Description
pnpm dev Web app with HMR
pnpm devx Browser extension with HMR
pnpm build Production web build to /dist
pnpm buildx Production extension build to /extension
pnpm lint Lint and auto-fix

Contributing

See CONTRIBUTING.

Security

If you discover a vulnerability, do not open a public issue. See SECURITY.

License

AGPL-3.0