Official website for Noah - a Lightning wallet built on the Ark protocol for Bitcoin.
Noah is a self-custodial Bitcoin wallet that leverages the Ark protocol, a second-layer solution enabling instant, low-cost, and private transactions. Ark provides a trustless mixing service with unilateral exit capabilities, allowing users to send and receive bitcoin without managing Lightning channels.
- Framework: Next.js 16
- Styling: Tailwind CSS 4
- Language: TypeScript
- Package Manager: Bun
- Code Quality: Biome
Install dependencies:
bun installRun the development server:
bun devOpen http://localhost:3000 to view the website.
Create a production build:
bun run buildStart the production server:
bun startFormat code:
bun run formatLint code:
bun run lintSee the main Noah repository for license information.