Skip to content

Dolu89/bitcoin-bips

Repository files navigation

Bips.xyz (BIP: bitcoin improvement proposals)

The easiest way to view and share BIPs

Bips.xyz is a mirror of the official BIPs repository.

Want to share BIP 118 on Twitter, Telegram,...?

Just share bips.xyz/118 instead of https://github.com/bitcoin/bips/blob/master/bip-0118.mediawiki

Search engine

Search BIP by title, content, authors, ...

Also works with Nostr NIPs

nips.nostr.com

How to launch

Copy and update .env file

cp .env.example .env

Install dependencies and launch

pnpm install
pnpm run dev

Access to the website localhost:7894