Building a decentralized key-value store on top of IRC

I ended up taking my original idea further and built a prototype. It uses a basic consensus model to store values across IRC servers. There’s some interesting cryptography in it, too. Built in Python >= 3.6, fully async.

https://roberts.pm/irc_kvs/