Coinstr implements this library to allow Proof of Reserves to be generated and validated nostr:note13fnw6z2xpvv4a5wwdq85j94fm60kpl7g0q339tk4dgyehxe6p0rqxlg69d
Discussion
You mean coinstr uses bdk-reserves as a dependency or reimplemented a similar approach? If later is there a way we could factor out the common bits in to a shared project? If not that’s cool too 😎.
No, it’s not a reimplementation. I basically used the same code of bdk-reserves (not directly as dep because it use bdk 0.27 instead of 0.28, I’ll open a PR to bump it).
Awesome! We should have the 0.28 version out soon, has some MSRV issue to fix.
Would it make sense to have a standalone site/tool that verified PoR proofs and balances?
If the proof was published as a Nostr note that could be read by the site, or even allow the proof to be pasted in?
Or a Nostr bot that reads them and verifies them.. 🤔