🎉 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!
Payment support and other features on the way.
GitHub
GitHub - dtdannen/ezdvm: Simple DVM python implementation
Simple DVM python implementation. Contribute to dtdannen/ezdvm development by creating an account on GitHub.
