Skip to content

Hedera is an open-source, layer 1, EVM-compatible blockchain network. It supports smart contracts just like Ethereum does, and also offers several additional native services. The network is governed by leading organizations around the world.

Notifications You must be signed in to change notification settings

hashgraph/awesome-hedera

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 

Repository files navigation

Awesome Hedera Awesome Join the chat at https://hedera.com/discord

A curated list of awesome Hedera resources, applications, projects, and more!

Table of Contents

Official Websites

  • Hedera - the only public network authorized to implement the hashgraph algorithm.
  • Hashgraph - Hashgraph supports the ongoing growth and development of Hedera.
  • Swirlds - inventors of the hashgraph consensus algorithm, offering licenses to use it in permissioned environments.
  • Hiero - a Linux Foundation Decentralized Trust project, is an open-source, vendor-neutral distributed ledger technology. Hiero is used to build the Hedera public ledger.

Communities

Documentation and Training

Articles and Presentations

Open Source Developer Assets

This section features open source projects in the Hedera ecosystem.

GitHub

Software Development Kits (SDKs)

  • Java SDK - the official Java SDK for interacting with Hedera.
  • JavaScript SDK - the official JavaScript SDK for interacting with Hedera.
  • Go SDK - the official Go SDK for interacting with Hedera.
  • Swift SDK - the official Swift SDK for interacting with Hedera.
  • Rust SDK - the official Rust SDK for interacting with Hedera.
  • C++ SDK - the official C++ SDK for interacting with Hedera.
  • Python SDK - Work in progress.
  • DiD SDK (JavaScript) - Javascript SDK for managing DID Documents & Verifiable Credentials.
  • DiD SDK (Java) - Java SDK for managing DID Documents & Verifiable Credentials.
  • DiD Method - This repository contains the Hedera DID method specification.
  • NFT SDK - Hedera NFT Utilities SDK for JavaScript
  • SDK TCK - A TCK (Technology Compatibility Kit) used to verify compliant implementations of a Hiero SDK.
  • Hedera Custodians Library - The hedera-custodians-library library is a Typescript utility designed to simplify custodial wallet management. It provides developers with tools to abstract complex aspects of custodial wallets, allowing them to focus on their application's core logic.

Examples and Demos

  • Hedera Developer Playground - This browser-based tool enables developers to write, execute, and share code snippets and flows directly in their web browser, utilizing the Hedera testnet. No wrestling with local setups.
  • Code snippets - Short, Self Contained, Correct Examples of code on Hedera.
  • Bridging with Layer Zero
  • Chainlink price feeds
  • Vanilla JS Dapp Template - A decentralized application template in pure JavaScript, HTML, and CSS. It uses Vite as its build tool.
  • Create React App Hedera Dapp Template - Hedera DApp Starter Template using Create React App, Material UI and Typescript with Hedera native wallet support and MetaMask wallet support.
  • Risk Calculator for Hedera Tokens - Risk Calculator application serves as a tool to evaluate the risk associated with tokens on the Hedera network, specifically to assess the likelihood of a rug pull based on a token's properties. It calculates a risk score and levels by examining various risk factors like Admin Key, Supply Key, KYC Key, etc.
  • Airdrop Verifier - The Airdrop Verifier is a utility that simplifies the process of organizing airdrops for Hedera tokens. Users can input a Token ID and a list of account IDs to which they wish to airdrop tokens. The application generates a list of addresses either associated with the token or having available auto-association slots, ensuring efficient and targeted airdrops.
  • Rarity Inspector - This project allows users to upload a .zip file through a dropzone to check how NFTs are presented (displayed in a gallery as cards that can be clicked to read detailed information about them) and their "rarity". The project presents charts showing these data and several other features. Additionally, sorting and filtering options are available to simplify data browsing.
  • Token Holders List Builder - The Token Holders List Builder is a tool designed to efficiently generate lists of token holders who meet specific criteria, like holding a minimum number of NFTs from a particular collection. This can be especially useful for identifying key stakeholders or organizing targeted marketing campaigns within the NFT community. By automating what would otherwise be a complex data retrieval process, this tool simplifies analytics and community management for NFT projects.
  • Hedera DApp Integrated with WalletConnect - Explore DApp development using the Mirror Node API and Hedera Token Service (HTS). Discover how to integrate HTS functionality into your DApp for seamless token management and transactions. This guide uses React, Material UI, Ethers, and TypeScript with the Create React App (CRA) Hedera DApp template integrated with walletconnect, streamlining your development process.
  • Hedera DApp CRA Template - Hedera DApp Starter Template using Create React App, Material UI and JavaScript with HashPack, Blade, and MetaMask wallet support.
  • Hedera Tokens demo - Example smart contracts to manage tokens on Hedera.
  • Supra Demo on Hedera | Push - This example shows how to use Supra Oracles real-world data feeds (Push model).
  • Supra Demo on Hedera | Pull - This example shows how to use Supra Oracles real-world data feeds (Pull model). It fetches and verifies price data from Supra's gRPC server and use it within a smart contract on the Hedera network.
  • Example Pyth Oracle Contract Pull - This demo is a simple example of how to use Pyth prices in Hedera and is based on the tutorial here. Follow the instructions in the tutorial to build and deploy and use this demo.
  • How to Test a Solidity Event with Foundry - Foundry supports the use of cheatcodes. Cheatcodes allow you to go beyond testing the outputs of your smart contracts. They allow developers to manipulate the state of the blockchain, test for reverts, and events. In this tutorial, we will focus on the cheatcode vm.expectEmit to test a solidity event.
  • How to Deploy and Verify a Hedera Smart Contract with Foundry - Discover how to deploy and automatically verify your Hedera smart contract. Learn how to verify a pre-existing contract and check a contract's verification status.
  • How to Setup Foundry and Write a Basic Unit Test - Using an existing Hedera node project with the JavaScript SDK, learn how to set up Foundry to be able to leverage Forge, their command-line tool, to run your smart contract tests written in Solidity.
  • Hardhat example project - This Hedera Hardhat Example Project offers boilerplate code for testing and deploying smart contracts via Hardhat. It includes configuration for both community-hosted and local (Hedera Local Node) instances of the Hedera JSON RPC Relay.
  • Hedera Smart Contract Starter - This project provides a hands-on demonstration of using upgradeable smart contracts with OpenZeppelin's upgrades plugins in Hardhat. Specifically, it is a smart contract starter project that illustrates the use of both Proxies and Beacon Proxies.
  • HCS Chat application - An example web app which demonstrates how you can use decentralized pub-sub messaging on the Hedera Consensus Service.
  • Hedera Subgraph Example - The Hedera Subgraph Example Project demonstrates how to create and deploy a subgraph to a local graph node using The Graph Protocol. Based on the Hedera Hardhat Example Project Repository.
  • Proof of Action microservice - The Hedera Proof of Action (HPoA) microservice aims to make it easy for organizations to build a capability to record and subsequently prove the existence of business events using the Hedera Consensus Service.
  • HTS Demo - This demo is a user interface written in Javascript (Vue.JS) to illustrate the use of the Hedera Token Service.

References and Resources

  • Hackathon EVM starter sheet
  • JSON RPC Relay - implementation of an Ethereum JSON RPC APIs for Hedera.
  • Hashio - Hashio is a Hashgraph-hosted service based on the open-source Hedera JSON-RPC-Relay. It provides a JSON-RPC API interface on top of Hedera’s native API transactions, offering a familiar Ethereum-like API.
  • HashScan - Visual Explorer for the Hiero DLT.
  • Walletconnect - This repository is a reference for wallets and dApps integrating the WalletConnect <> Hedera JSON-RPC reference.
  • Mirror Node - An open-source implementation of the Hedera mirror node for developers and infrastructure providers to deploy.
  • Block Node - Implementation of the Hedera Block Node, which is responsible for consuming the block streams, maintaining state and exposing additional targeted value adding APIs to the Hedera community.
  • Solo - An opinionated CLI tool to deploy and manage standalone test networks.
  • Hedera Local Node - Run your own local Hedera network for development purposes.
  • Hedera Protobufs - Authoritative source of Hedera protobufs which represent the core of the Hedera Services API and enables developers to build libraries and SDKs in a multitude of development languages.
  • Sourcify - Tools for verifying Hedera smart contracts using standard open source libraries.
  • Hedera CLI - A simple, open source, command line interface for interacting with both the Hedera Mainnet and Testnet.
  • The Graph - Tools for hosting a graph node for the Hedera community.
  • Hedera Fee Tool - Tool to calculate price of transactions on Hedera network.
  • GRPCWeb Proxy - This project contains a utility generator to create configuration files for docker such that you can run an envoy proxy for web clients to interact with Hedera's native APIs.
  • Smart Contracts - Reference library for Smart Contracts utilized by the Hedera network with supporting files and examples.
  • Hedera Ledger App - Hedera wallet application for Ledger Nano S
  • Hash Name Service - Replace your Hedera ID with human-readable names. Register your name before someone else does!

Accelerators

  • Stablecoin Studio - Stablecoin Studio is a set of open-source smart contracts and SDK that makes it easy for web3 stablecoin platforms, institutional issuers, enterprises, and payment providers to build stablecoin applications on the Hedera network.
  • Guardian - The Guardian is an innovative open-source platform that streamlines the creation, management, and verification of digital environmental assets.
  • NFT Studio - NFT Studio is a free, open-source toolkit that makes it easier to create and manage NFTs on the Hedera network.
    • Metadata Validator - Validates NFT metadata against
      • Airdrop List Verifier - Verifies which accounts are eligible to receive a specified token through an airdrop.
      • Rarity Inspector - Analyzes unique traits of NFTs within a collection to generate a rarity score and assess value.
      • Token Holders List Builder - Compiles a list of account IDs based on token holdings, quantity, and duration of ownership for community management.
      • Token Balance Snapshot - Captures and filters the distribution of tokens across holders by the token amount and holding period.
  • DAO-as-a-service boilerplate - The starting point for developers building a DAO as a service on Hedera.
  • RWA
    • Asset Tokenization Studio - Asset Tokenization Studio is a set of open-source smart contracts and SDK that makes it easy for asset issuers to manage bonds and equities in a regulatory-compliant manner with additional on-chain visibility on the Hedera network.
  • DeFi

Infrastructure and Integrations

Wallets

Custodians

Mirror Node/RPC Providers

Oracles

On-Ramps

Bridges and Interoperability

Analytics and Risk/Compliance/KYT (Know Your Transaction)

Hedera Projects

Featuring projects built on top of or integrated with the Hedera network.

Real World and Digital Asset Tokenization

DeFi

Real World Assets

  • abrdn: Tokenized interests and payouts in £multi-billion money market fund to enable near-instant payout settlement and reinvestment. Plans to further explore tokenization for other financial products to improve efficiencies and reduce costs.
  • Archax: Multi-chain institutional Tokenization-as-a-Service (TaaS) platform.
  • Diamond Standard: Tokenized diamond platform bringing increased accessibility and liquidity to the diamond investment market.
  • OpenBrick: Real estate investment, financing, and tokenization platform.
  • RedSwan CRE: Regulated platform for tokenizing institutional-grade commercial real estate.
  • Scintilla: Tokenization platform from DLA Piper for real world assets
  • Twigital: Decentralized application for the tokenization of real world items
  • Zoniqx: Multi-chain institutional Tokenization-as-a-Service (TaaS) platform.

Payments

  • AUDD: Australian Digital Dollar stablecoin built on Hedera.
  • Brale.xyz: Regulated stablecoin issuance and management stack with integrated on and offramps, treasury management, and reserves transparency.
  • Dropp: Micropayment platform democratizing online transactions and enabling unlimited pricing flexibility.
  • EMTECH: Software-as-a-Service platform providing central banks and institutions with a comprehensive set of tools and services to digitally transform financial services.
  • Nomid: Peer-to-peer payment solution leveraging Hedera to provide instant, low-cost, and secure transactions without intermediaries
  • PHPX: Multi-bank Philippine peso stablecoin built on Hedera
  • StraitsX (XSGD): Singapore dollar stablecoin built on Hedera
  • Universal Digital Payments Network (UDPN): Interoperable global payments network for regulated digital currencies such as stablecoins and CBDCs.
  • USDC: Regulated USD stablecoin on the Hedera network
  • XeniPay: Instant, low-cost, transparent settlements for the travel industry

Sustainability

  • ALLCOT.IO: Powering environmental projects with cutting-edge technologies through ESG asset issuance and management
  • BlockScience: Enterprise analytics, engineering, and research solutions provider
  • B4ECarbon: Comprehensive carbon emissions management system combining blockchain, AI, and IoT technologies to provide end-to-end emissions tracking, reporting, and verification capabilities for the energy sector.
  • Capturiant: Global environmental asset authenticator, registry, and regulated exchange
  • CarbonBase: Solutions provider empowering enterprises, individuals and communities to measure, reduce, and offset the carbon emissions
  • Demia: Scaling Carbon Markets through secure data logistics
  • DOVU: Accelerating net zero by empowering the transparent digitization and trading of carbon at scale and at speed
  • Envision Blockchain: Software-as-a-Service provider enabling organizations to recognize untapped value in Industry Vertical Solutions
  • Evercity: ESG platform automating management, issuance and monitoring of sustainable finance
  • HYPHEN: Swiss-based climate tech company driving improved digital measurement, reporting, and verification (dMRV) for carbon assets
  • KrypC CarbonCore: Carbon market solution simplifying and streamlining carbon asset trading
  • NoviqTech: Sustainability solutions provider for enterprises, institutions, and governments.
  • Tolam Earth: Platform for organizations aiming to reach their sustainability and social development goals through the exchange of high-quality, high-impactful carbon assets.

Data Integrity and Artificial Intelligence

  • Acoer: Healthcare solutions provider utilizing Hedera to address challenges in healthcare data management through tamper-proof logs, automated workflows, and transparent governance
  • MVC Global: End-to-end supply chain management platform providing trusted data provenance for healthcare products
  • docStribute: Immutable file sharing for regulated industries
  • EarthID: Decentralized identity (DID) management platform
  • EQTY Lab: AI integrity framework bringing accountability, usability, and transparency to artificial intelligence models
  • Everyware: Platform for connected healthcare systems to ensure safety standard and proper procedure through Hedera-secured data provenance
  • Fliggs Mobile: Web3 mobile virtual network operator (MNVO) and decentralized identity provider
  • Fresh Supply Co.: Supply chain digitalization platform bringing off-chain data on-chain.
  • Hala Systems: Advanced solutions provider for civilian and asset protection before, during, and after conflict.
  • HealthReady: Transforming clinical trial study design and recruitment using a patient-driven approach to accelerate research and improve outcomes.
  • Supplier CO2 Emission Monitoring System (SCEMS): Hedera-enabled carbon emissions tracking system providing data integrity and transparency for stakeholders at every stage of production.
  • KwikPik: Delivery-as-a-Service (DaaS) platform for package delivery, tracking, and payment settlement.
  • Meeco: Enterprise ESG solutions provider enabling deeper engagement with auditors and retail customers through data transparency.
  • Neuron: Decentralized service network connecting service providers directly with consumers in IoT systems, driving efficiency and cost-effectiveness.
  • OneSpan: Cybersecurity company that provides digital identity verification, e-signatures, and fraud prevention solutions for financial institutions and enterprises.
  • Safe: Digital healthcare platform for patient record management, population healthcare automation, and digital practice.
  • SEALCOIN: Platform enabling autonomous, real-time transactions between IoT devices
  • Taekion: Decentralized cybersecurity and secure data storage solutions provider
  • Tejouri: Decentralized ‘digital vault’ for important documents, multimedia, and files. Utilized by the DIFC Courts system in Dubai.
  • Theom: Cloud data protection platform empowering enterprises to protect their data with transparency, real-time risk detection, and remediation guidance.
  • Things Protocol: Distributed IoT deceive management platform designed to secure device identity and provide value exchange between sensors and the outside world.

Consumer Engagement and Loyalty

Enterprise

  • ServiceNow Now Platform: Digital workflows secured and logged on Hedera for increased productivity, efficiency, and trust.
  • Unthink.ai: Enabling brands and creators to create context-oriented consumer interactions for deeper consumer engagement and brand loyalty.
  • Xeni: Travel platform enabling businesses to instantly create customized sales channels that deliver equitable and seamless travel experiences for all

Creator and Community Empowerment

  • Calaxy: Web3-enabled social media platform with integrated NFT tools and cryptocurrency payments
  • GoMint: End-to-end tokenization solutions platform for enterprises, brands, developers, and more.
  • HashGuild: NFT marketplace
  • Kabila: Comprehensive Web3 platform empowering digital creators to own, monetize, and grow their communities with a comprehensive suite of tools to drive the creator economy.
  • LG Art Lab: Sustainable NFT platform integrated with LG Electronics televisions featuring curated digital artwork
  • Liithos: Entertainment studio championing the development of unique and engaging experiences for consumers
  • RoadCode: All-in-one pro cycling platform for professional riders/teams, loyal fans, fantasy league players, and amateur cyclists.
  • SentX: NFT marketplace, launchpad, and analytics platform
  • Sphera World: Sports entertainment engagement platform featuring collectibles and unique fan experiences
  • Thrive Hedera: Empowering builders, creators, and DeFi enthusiasts creating value for the Hedera ecosystem.
  • TuneFM: Decentralized music streaming platform and marketplace

Entertainment

  • Dropper: Gaming launchpad and platform enabling early access to early stage projects on Hedera.
  • Earthlings.land: Open-world metaverse fantasy game
  • Karate Combat: Combat sports entertainment league integrated with Hedera to transform consumer engagement and foster a more interactive, fan-centric experience with fighter benefits.
  • MetaverseME: Metaverse avatar enablement platform empowering users and creators to express themselves in the digital world in unique ways.
  • Reality+: Entertainment studio bridging the gap between Web2 and Web3 to create immersive, engaging new experiences.

Community Initiatives

  • The Barking Game (HBARK): Community game incentivizing engagement and content creation on social platforms.
  • The Mouth: Web3-native marketing project experimenting with the intersection of digital assets and the attention economy.

Contributing

We're always looking for awesome projects that showcase Hedera! If you know of anything missing here, please submit a pull request!
When submitting, please try to maintain the existing structure and alphabetical order where possible. If you need to change the structure or other "meta" alterations, please create a new issue.

License

CC0

About

Hedera is an open-source, layer 1, EVM-compatible blockchain network. It supports smart contracts just like Ethereum does, and also offers several additional native services. The network is governed by leading organizations around the world.

Topics

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published