Thank you for joining me on the presentation at HiveFest. This is a short summary of what I was talking about.
Blockexplorer

Clive

Links and resources
- More about Clive: https://hive.blog/@thebeedevs
- Script for easy launch of TUI: https://gtg.openhive.network/get/clive/
- Code repository: https://gitlab.syncad.com/hive/clive
- Official docker images: https://hub.docker.com/r/hiveio/clive/tags
Wax library

wax is a library that combines C++ technologies (directly used code from Hive-core protocol), Python (support on Python platform, e.g. used in clive) and Typescript (Javascript) significantly simplifying interaction with Hive blockchain (creating and broadcasting transactions, using Hive-API). Wax uses a strongly typed object interface and gives support to IDE tools.
We encourage you to use the TypeScript environment.
The Python version is used internally, work is underway on the project of an object interface modeled on the TypeScript one. At the moment, wax cooperates with a library beekeeper.
Link and resources
- Wax documentation: https://hive.pages.syncad.com/wax-doc/
- Wax source code: https://gitlab.syncad.com/hive/wax
- Wax npmjs package: https://www.npmjs.com/package/@hiveio/wax
- Additional code snippets prepared for HiveFest purposes: https://thebeedevs.openhive.network/hivefest/2024/
Beekeeper library

This tool has two versions:
- Desktop, as a web service that provides access to dedicated functionality via a dedicated API
- Based on the core part of this tool, a TypeScript library was created for browser environments and NodeJS. The library provides the same functionality as the desktop version via a dedicated object API. For security reasons, this version does not support network calls. It stores the keys in the web browser local storage. It is encrypted.
We plan to expand beekeeper with integration with hardwallets.
Link and resources
- Beekeeper source code: https://gitlab.syncad.com/hive/beekeeper
- Beekeeper npmjs package: https://www.npmjs.com/package/@hiveio/beekeeper
- Beekeeper documentation: https://gitlab.syncad.com/hive/beekeeper-doc/-/wikis/home
Workerbee library

Link and resources
- Workerbee source code: https://gitlab.syncad.com/hive/workerbee
- Workerbee npmjs package: https://www.npmjs.com/package/@hiveio/workerbee
- Workerbee documentation: https://gitlab.syncad.com/hive/workerbee/-/wikis/home








