A component library for building applications on the Hive Blockchain. Install from npm, wrap your app, and start building with type-safe, production-ready components.
Built with TypeScript and @hiveio/wax. Full type safety from blockchain to UI.
Built on @kkocot/honeycomb-core with bindings for React, Solid.js, and Vue 3. Pick your framework.
Auto-reconnect, health monitoring, sequential endpoint fallback. Handles network failures gracefully.
import { HiveProvider, HiveAvatar } from '@hiveio/honeycomb-react'
export default function App() {
return (
<HiveProvider>
<HiveAvatar username="barddev" size="lg" />
</HiveProvider>
)
}Install the package and start building your Hive application in minutes.
View Installation Guide