Bitcoin-ABC / ElectrumABC

Mirror of https://reviews.bitcoinabc.org/source/bitcoin-abc/browse/master/electrum/
https://bitcoinabc.org/electrum
Other
32 stars 16 forks source link

use the memo.cash protocol in replacement of cashaccount #21

Open PiRK opened 3 years ago

PiRK commented 3 years ago

Suggestion by @christroutner:

For message.fullstack.cash, I'm using the memo.cash protocol for retrieving names. It searches the tx history for an address and looks for an OP_RETURN with a 0x6d01 prefix.

https://memo.cash/protocol No server required. Each implementation can use the same protocol without depending on any extra infrastructure. I've got a JS library for it if anyone is interested. Though it's not well documented yet. I've also got a REST API with a Mongo DB that catches the name data. That cuts down on redundant processing, and significantly reduces the amount of processing required on a front-end app.

All open source. Happy to give links to the code.

christroutner commented 3 years ago

I'm in the process of implementing this at message.FullStack.cash, and PSF will be releasing a video on the PSF YouTube channel with a walk-through of how to use the web app.

But as I mentioned in the quote above: