Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 656 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 656 Bytes

Welcome to Coinjoins.org!

Learn about collaborative bitcoin transactions. Reclaim your privacy.

Defend yourself and learn about coinjoins today on Coinjoins.org. We will be releasing more comparative studies about Bitcoin wallets and coinjoin protocols soon. Any comments, ideas or suggestions? Please open an issue to contribute to this repository or email us at [email protected].

Developing

Once you've cloned the project and installed dependencies with npm install (or pnpm install or yarn), start a development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open