Key Takeaways and Resources

in HiveFest14 hours ago
Authored by @itsola

Thank you once again for joining my presentation and participating in the workshops. It was a great pleasure speaking with you! Below is a short summary of my presentation along with some useful links.

Metamask as your Hive wallet

Metamask.png

You can use a single wallet to manage Ethereum, Solana, BNB, and more. It also introduces a new way to create an account.

Metamask snap
Post about integration with Metamask
Hive Bridge

HiveSense

HiveSense is a HAF-based application. It uses pre-trained LLMs, Large Language Models,
an advanced AI system to understand and process text just like a human would. The key advantage of HiveSense is that it searches based on meaning, not based on keywords.
You can try it on Denser, an improved version of Condenser.
HiveSense docs
Denser

AI-powered wallet

The AI-powered wallet was created by connecting CLI Clive with Claude. It’s a wallet you can communicate with using natural language.

Clive - wallet

Optimizations

What was in my purse - I will write about it in a separate post.

Wax - the easiest way to talk to Hive blockchain

wax.png

A mature library available in both TypeScript and object-oriented Python versions. It is designed to work smoothly with the Hive blockchain.
It’s really easy to use, with IntelliSense-friendly design, a Swagger-based API, and support for both web and desktop environments.

Wax docs
Wax code

@sorin.cristescu this part might be interesting for you.

Workerbee Build bots the easy way

The TypeScript library for blockchain data processing. It has a predefined set of blockchain event triggers so it gives fast and simple access to Hive data that was hard to reach before.

Workerbee docs
Workerbee code

Healthchecker: Smarter provider’s selection for Hive apps

Healthchecker.png

Healthchecker is a component to handle dynamic node changes. It gives a simple GUI, lets you add custom validators, and scores providers so you know which one is best.

Healthchecker

Transaction Inspector: Know your Transaction

Transaction Inspector:.png

Transaction Inspector is a tool to allow you to analyze authorities or signatures or check transactions in different formats.

Transaction inspector

BinaryView See exactly which JSON becomes which bytes

BinaryView.png

BinaryView is a web component, now it is part of the transaction inspector. For developers who need to see the transactions as blockchain sees it.

See: Transaction inspector

Follow us to stay up to date with the latest news and updates.

Sort:  

Wax looks interesting. We need good programming tools.

Loading...

Lots of homework for me :D Deeply appreciate your work, guys. 🙏

I really like seeing docs for these, that's a big improvement. Been wanting to check out Wax and Workerbee.