{"id":803,"url":"https://github.com/ecency/awesome-hive","name":"awesome-hive","description":"Awesome hive blockchain services, libraries, applications and resources","projects_count":44,"last_synced_at":"2026-06-11T14:00:28.633Z","repository":{"id":45704690,"uuid":"268432980","full_name":"ecency/awesome-hive","owner":"ecency","description":"Awesome hive blockchain services, libraries, applications and resources","archived":false,"fork":false,"pushed_at":"2022-11-20T03:10:31.000Z","size":59,"stargazers_count":21,"open_issues_count":4,"forks_count":5,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-05-05T14:44:42.661Z","etag":null,"topics":["awesome","awesome-list","blockchain","cryptocurrency","decentralized","hive","social-network"],"latest_commit_sha":null,"homepage":"https://hive.io","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ecency.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"contributing.md","funding":null,"license":"LICENSE","code_of_conduct":"code-of-conduct.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-06-01T05:27:22.000Z","updated_at":"2025-02-24T04:41:09.000Z","dependencies_parsed_at":"2023-01-22T01:00:12.937Z","dependency_job_id":null,"html_url":"https://github.com/ecency/awesome-hive","commit_stats":null,"previous_names":["ledgerconnect/awesome-hive"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ecency/awesome-hive","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecency%2Fawesome-hive","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecency%2Fawesome-hive/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecency%2Fawesome-hive/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecency%2Fawesome-hive/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ecency","download_url":"https://codeload.github.com/ecency/awesome-hive/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecency%2Fawesome-hive/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34201842,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-11T02:00:06.485Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"created_at":"2024-01-04T17:38:18.298Z","updated_at":"2026-06-11T14:00:28.634Z","primary_language":null,"list_of_lists":false,"displayable":true,"categories":["Introduction","Infrastructure","SDKs","Tutorials","Tools / Utilities","dApps","Services","Resources"],"sub_categories":["Hive DAO","General Community","Developer Community","Conferences","Projects Summary"],"readme":"\n# Awesome Hive [![Awesome](https://awesome.re/badge.svg)](https://awesome.re)[\u003cimg src=\"hive@185x160.png\" alt=\"Hive Logo\" align=\"right\" height=\"80\"\u003e](https://hive.io)\n\nHive is an open source platform built for blockchain social networks, games and different applications that is fast and scalable.\n\nThis is a curated list of awesome Hive frameworks, libraries, applications and resources. Contributions welcome. Add links through pull requests or create an issue to start a discussion.\n\n## Contents\n- [Introduction](#introduction)\n- [Infrastructure](#infrastructure)\n- [SDKs](#sdks)\n- [Tutorials](#tutorials)\n- [Tools / Utilities](#tools--utilities)\n- [dApps](#dapps)\n- [Services](#services)\n  - [Hive DAO](#hive-dao)\n- [Resources](#resources)\n  - [General Community](#general-community)\n  - [Developer Community](#developer-community)\n  - [Conferences](#conferences)\n  - [Projects Summary](#projects-summary)\n\n## Introduction\n\n*Documents \u0026 videos about Hive*\n\n- [Developer Portal](https://developers.hive.io/) - The developer portal of Hive.\n- [Interactive API](https://hive.hivesigner.com/) - Swagger interactive Hive API.\n- [Hive Glossary](https://developers.hive.io/glossary/#glossary-chain-basics) - Understanding the common terms used by the Hive blockchain.\n\n## Infrastructure\n\n*The Hive blockchain infrastructure*\n\n- [Hive](https://hive.io/eco) - Fast, scalable, powerful blockchain for Web3.0, ([code](https://gitlab.syncad.com/hive/hive)).\n- [Hivemind](https://gitlab.syncad.com/hive/hivemind) - Developer-friendly microservice powering social networks on the Hive blockchain.\n\n## SDKs\n\n*SDKs for common languages*\n\n- JavaScript\n  - [hive-js](https://www.npmjs.com/package/@hiveio/hive-js) - JavaScript library for Hive blockchain.\n  - [dhive](https://www.npmjs.com/package/@hiveio/dhive) - JavaScript library for Hive blockchain in Typescript.\n- Python\n  - [hive-python](https://gitlab.syncad.com/hive/hive-python) - Python (3) library for the Hive Blockchain.\n  - [beem](https://github.com/holgern/beem) - A comprehensive Python library to interact with the Hive blockchain.\n- Ruby\n  - [hive-ruby](https://gitlab.syncad.com/hive/hive-ruby) - Ruby library for the Hive blockchain.\n\n## Tutorials\n\n*Tutorials for getting started with Hive*\n\n- JavaScript\n  - [Developer Portal JavaScript Tutorial](https://developers.hive.io/tutorials/?js/#tutorials-javascript) - JavaScript Tutorials for the Developer Portal, ([code](https://gitlab.syncad.com/hive/devportal/-/tree/develop/tutorials/javascript)).\n- Python\n  - [Developer Portal Python Tutorial](https://developers.hive.io/tutorials/?py/#tutorials-python) - Python Tutorials for the Developer Portal, ([code](https://gitlab.syncad.com/hive/devportal/-/tree/develop/tutorials/python)).\n- Ruby\n  - [Developer Portal Ruby Tutorial](https://developers.hive.io/tutorials/?rb/#tutorials-ruby) - Ruby Tutorials for the Developer Portal, ([code](https://gitlab.syncad.com/hive/devportal/-/tree/develop/tutorials/ruby)).\n\n\n## Tools / Utilities\n\n*Useful tools/utilities when building with Hive*\n\n- Block Explorer\n  - [hiveblocks.com](http://hiveblocks.com) - The Hive block, transaction and account explorer.\n  - [hive-db.com](https://hive-db.com/) - Alternative Hive block explorer.\n- Authentication / Wallet\n  - [Hivesigner](https://hivesigner.com) - A Signer app for Hive, ([code](https://github.com/ledgerconnect/hivesigner)).\n  - [Hive Keychain](https://github.com/stoodkev/hive-keychain) - A wallet browser extension for the Hive blockchain and cryptocurrency.\n  - [HiveWallet.app](https://hivewallet.app/) - fast, secure and open source wallet for the Hive blockchain, ([code](https://github.com/roelandp/hivewallet)).\n  - [Hiveblog Wallet](https://wallet.hive.blog) - The wallet functionality of Hiveblog Condenser, ([code](https://gitlab.syncad.com/hive/wallet)).\n- Data Service\n  - [HiveSQL](https://hivesql.io/) - A publicly available Microsoft SQL database containing all the Hive blockchain data.\n- Witness\n  - [Witness List](https://hivekings.com/witnesses) - Witness List on Hivekings.\n  - [Witness List](https://hive.arcange.eu/witnesses/) - Witness List by [@arcange](https://hive.blog/@arcange).\n  - [Witness Block Production Schedule](https://hive.arcange.eu/schedule/) - Tool for monitoring block production by witnesses.\n\n## dApps\n\n*Some cool dApps powered by Hive*\n\n- Social Blogging\n  - [Hive.blog](https://hive.blog) - The 1st blog dApp for Hive, ([code](https://gitlab.syncad.com/hive/condenser)).\n  - [Ecency](https://ecency.com/) - A powerful frontend dApp for Android, iOS, Desktop and Web, ([code](https://github.com/ecency)).\n  - [Peakd](https://peakd.com) - User-friendly full-fledged blogging dApp for Hive.\n- Video\n  - [3Speak](https://3speak.online/) - Video sharing community that rewards creators and curators.\n  - [DTube](https://d.tube/) - Decentralized video sharing community that rewards creators and curators, ([code](https://github.com/dtube)).\n  - [Hive-Tube](https://Hive-Tube.com) - The Hive-Tube plugin monetizes your streaming media on any Peertube (P2P) Server. \n- Game\n  - [Splinterlands](https://splinterlands.com/) - A collectible trading card game on the Hive blockchain.\n  - [Cryptobrewmaster](https://www.cryptobrewmaster.io/) - Craft beer brewing business card game. Brew - study - upgrade - trade - earn.\n- Science\n  - [STEMsocial](https://stem.openhive.network/) - A New STEM Communication Paradigm On Hive, ([code](https://github.com/BFuks/STEMsocial)).\n- Finance\n  - [LeoFinance](https://leofinance.io) - Financial crypto blogging platform.\n- Automation\n  - [Hive.vote](https://hive.vote) - An dApp for automatic claiming payouts, automatic curation, and scheduling posts, ([code](https://github.com/mahdiyari/steemauto)).\n- Tokens\n  - [Hive-engine](https://hive-engine.com/) - A platform that empowers creating tokens and tribes on Hive.\n  - [NFTMart](https://nftm.art) - A platform that enables the buying and selling of NFTs on Hive.\n- Hypnosis\n  - [HypnoChain](https://hypnochain.com) - Your hub for all hypnosis related content on the Hive blockchain.\n\n## Services\n\nOnline tools and APIs to simplify development.\n\n### Hive DAO\n\n*Hive DAO is dedicated to improve the Hive platform*\n\n- [Decentralized Hive Fund](https://developers.hive.io/services/#services-dhf) - Propose and vote for projects that improves Hive and promote its growth.\n\n## Resources\n\nWhere to find more resources about Hive.\n\n### General Community\n\n- [Hive discord](https://discord.gg/mfufwsw56Q) - General discord community to hangout and get started.\n\n### Developer Community\n\n- [HiveDevs Chat](https://discord.gg/4mn5S9t) - A Discord channel where Hive developers go to discuss Hive apps, development, libraries and related topics.\n\n### Conferences\n\n- [Hive Hackathon](https://hivehackathon.com/) - Online hackathon for developers.\n\n### Projects Summary\n\n- [Hive Projects](https://hiveprojects.io/) - A collection of cool projects built with or for Hive, ([code](https://github.com/wise-team/hiveprojects.io)).\n- [Hive Dapps](https://hivedapps.com) - Decentralised App stats on Hive.\n\n---\n\nIf you have any question about this opinionated list, please contact [@good-karma](https://ecency.com/@good-karma) on Hive or open an issue on GitHub.\n","projects_url":"https://awesome.ecosyste.ms/api/v1/lists/ecency%2Fawesome-hive/projects"}