By beggars on Skatehive
I've been working on improving hive-stream a lot lately. What started as a blockchain streaming library with some contract helpers has turned into something much bigger. The goal was simple: if you're building on Hive, you shouldn't have to keep rewriting the same boilerplate. One library should just handle it. So that's what I did. Driven by work I've been doing on many of the apps I've shipped over the past couple of months, I've been improving it like there is no tomorrow. The problem Anyone who's built a Hive app knows the drill. You want to follow someone? Better remember the exact format. Post with beneficiaries? That's two operations that need to go out in the same transaction, and the beneficiaries need to be sorted alphabetically or the node rejects it. Want to know someone's HP? Hope you enjoy doing math with VESTS and global properties every time. I kept solving the same problems in different projects, so I put the solutions in one place. There are other libraries like dhive