Oddbean new post about | logout
 I made a very simple skeleton repo that makes creating a new DVM trivial, all you need to do is write the algorithm you want to implement

Even cooler, you can run multiple DVMs with different algorithms in the same process with segregated pubkeys:, e.g.

* one DVM for content discovery where it only looks at the requester's follows activity
* another for extended network
* another for the user's relays' activity
* another one that only returns notes with images
etc, etc, etc

I open sourced this here

https://github.com/pablof7z/dvm-references