BlueWallet / VerifySignature

Pure js webpage bitcoins signature verify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Verify bitcoin address signature online

Why? Because none of the existing pages on the interwebs are good. None of them could accept all the data via get parameters, and none of them were easily forkable to be hosted independently.

This implementation can accept get parameters, so it is linkable externally, and users could easily copy-paste one link to their counterparties to verify. This should be useful for people who do OTC and regularly do proof-of-funds before the transaction.

Try it

Built with

  • Next.js
  • Bitcoinjs
  • Typescript
  • Blockstream API (address balance)
  • ..compiles into static html files so it can run completely offline

image

Build it yourself

npm i
npm run export

And it is ready to be hosted on the website (should be served from /VerifySignature/ path, i.e. http://localhost:3000/VerifySignature). Use npm run dev for development.

License

MIT

About

Pure js webpage bitcoins signature verify


Languages

Language:HTML 47.9%Language:TypeScript 42.9%Language:CSS 6.1%Language:JavaScript 3.1%