Why Nostr? What is Njump? Join Nostr
2024-08-26 15:28:20 GMT

Dustin on Nostr: 🎉 Announcement 🎉 Version 0.1 of ezdvm is out! You can now quickly put any ...

🎉 Announcement 🎉 Version 0.1 of ezdvm is out!

You can now quickly put any python code behind a DVM.

Steps:
1. pip install ezdvm
2. make your dvm class extend the EZDVM class
3. drop any python code into the do_work() function
4. set the kinds you want to respond to, relays, and then run it!

https://github.com/dtdannen/ezdvm

Payment support and other features on the way.