#
Intro to WorkerBee library
A powerful and flexible Hive automation library.
WorkerBee, based on wax
, provides a simple yet powerful interface to interact with the Hive blockchain, allowing you to build sophisticated bots and automation scripts with ease.
#
✨ Features
- No More Endless Loops! 🔄 Just say what you want to listen to - WorkerBee does all the waiting and event handling behind the scenes.
- No Blockchain Headaches! 🧩 Forget complicated APIs and coding tricks. Write logic much like you would on regular web apps (think: โWhen a new post appears by Alice, send me a ping!โ).
- Keep Your Sandbox Clean 🧼 WorkerBee shields your code from the messy details of blockchain data, so your app stays flexible and easy-to-maintain.
- One Interface, Many Sources 🗃️ Switch from live blockchain data to a historical database or new data source (e.g. SQL) - all without changing your appโs logic!
- Easy to Expand 📈 Start simple but add new events, rules, or channels as your needs grow.
- Fully typed ℹ️ Library APIs have well defined types and functional interfaces with special support for IDE IntelliSense
This document contains executable examples that readers can directly interact with. When first opened, an example will automatically execute. You can also modify an example and re-run it. To re-run an example after modifying it, press the up-arrow in the terminal window to fetch the last command in the command line history (this is the command used to originally execute the example).
Start by exploring the WorkerBee Interfaces Reference: