Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Latest commit

 

History

History
31 lines (19 loc) · 612 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 612 Bytes

Ledger Fresh web

Quality checks

This is the webapp of Ledger Fresh, our open source web wallet based on the account abstraction.

Wanna chat with us? Join our Telegram channel

Setup

Install the dependencies using pnpm

pnpm install

Install the pre-push hook

npx lefhook install

Getting Started

First, run the development server:

pnpm dev

Open http://localhost:3000 with your browser to see the result.