LaWalletdocs
Guides

Forking

Fork to a running, extended instance in 10 minutes

Forking LaWallet NWC

git clone https://github.com/<you>/lawallet-nwc.git
cd lawallet-nwc
pnpm start:dev-server

One command boots everything: dependencies, env files, an isolated Postgres, migrations, seed data, and the dev server. Re-runs never wipe data.

The full golden path — verification gates, the extension seam (wallet drivers), the merge-safety rule, and staying in sync with upstream — lives in the repo at docs/FORKING.md.

To add support for a new wallet protocol, follow Add a Wallet Driver — one module, one registration line, zero core edits.

On this page