Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hashgraph/awesome-hashgraph

Hashgraph is a superior consensus mechanism / data structure alternative to blockchain.
https://github.com/hashgraph/awesome-hashgraph

List: awesome-hashgraph

awesome awesome-list

Last synced: about 1 month ago
JSON representation

Hashgraph is a superior consensus mechanism / data structure alternative to blockchain.

Awesome Lists containing this project

README

        

# Awesome Hashgraph [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) [![Join the chat at https://hashgraph.com/discord]( https://img.shields.io/discord/373889138199494658.svg)](https://hashgraph.com/discord)

A curated list of Hashgraph application code and other resources, inspired by other awesome lists.

## Table of Contents

- [Official Hashgraph Sites](#official-hashgraph-sites)
- [Reference Key](#key)
- [Hedera Open Source](#hedera-open-source)
- [Hedera Projects](#hedera-projects)
- [Swirlds Open Source](#hedera-open-source)
- [Communities](#communities)
- [Articles and Presentations](#articles-and-presentations)
- [Contributing](#contributing)
- [License](#license)

## [Official Hashgraph Sites](#official-hashgraph-sites)

* [Hedera](https://hedera.com) - the only public network authorized to implement the hashgraph algorithm.
* [Swirlds](http://www.swirlds.com/) - inventors of the hashgraph consensus algorithm, offering licenses to use it in permissioned environments.

## [Reference Key](#key)

![official](https://i.imgur.com/y8jwGLa.png) = Projects officially maintained by Hedera Hashgraph LLC.

## [Hedera Open Source](#hedera-open-source)

This section features open source projects in the [Hedera Hashgraph](https://www.hedera.com) ecosystem.

**Software development kits (SDKs)**

* ![official](https://i.imgur.com/y8jwGLa.png) [Hedera Java SDK](https://github.com/hashgraph/hedera-sdk-java) - the official Java SDK for interacting with Hedera Hashgraph.
* ![official](https://i.imgur.com/y8jwGLa.png) [Hedera JavaScript SDK](https://github.com/hashgraph/hedera-sdk-js) - the official JavaScript SDK for interacting with Hedera Hashgraph.
* [Hedera .NET SDK](https://github.com/bugbytesinc/Hashgraph) - the community-maintained .NET SDK for interacting with Hedera Hashgraph.
* [Hedera Go SDK](https://github.com/launchbadge/hedera-sdk-go) - the community-maintained Go SDK for interacting with Hedera Hashgraph.
* [Hedera Rust SDK](https://github.com/launchbadge/hedera-sdk-rust) - the community-maintained Rust SDK for interacting with Hedera Hashgraph.

**Open source Hedera dev tools**

* [Hedera Java Keygen Tool](https://github.com/hashgraph/hedera-keygen-java) - a command line utility for managing ED25519 key pairs for use with Hedera Hashgraph (deprecated).

**Open source Hedera examples & references**

* ![official](https://i.imgur.com/y8jwGLa.png) [Hedera protobuf](https://github.com/hashgraph/hedera-protobuf) - The protobuf message files defining the Hedera Hashgraph API.
* ![official](https://i.imgur.com/y8jwGLa.png) [Hedera Mirror Node](https://github.com/hashgraph/hedera-mirror-node) - Hedera Mirror Node exposes Hedera Hashgraph transactions, transaction records, account balances, and events generated by the Hedera mainnet (or testnet, if so configured) via a REST API.
* ![official](https://i.imgur.com/y8jwGLa.png) [MyHbarWallet](https://github.com/hashgraph/MyHbarWallet) - A free, client-side interface helping you interact with Hedera Hashgraph.
* ![official](https://i.imgur.com/y8jwGLa.png) [Hedera iOS wallet](https://github.com/hashgraph/hedera-wallet-ios) - The open source Hedera Wallet for iOS lets you manage HBAR and create accounts on the Hedera mainnet.
* ![official](https://i.imgur.com/y8jwGLa.png) [Hedera Android Wallet](https://github.com/hashgraph/hedera-wallet-android) - The open source Hedera Wallet for Android lets you manage HBAR and create accounts on the Hedera mainnet.
* ![official](https://i.imgur.com/y8jwGLa.png) [Hedera Browser Extension](https://github.com/hashgraph/hedera-browser-extension) - A wallet, implemented as a chrome extension, for consumers to use their Hedera account for micropayments (deprecated).
* ![official](https://i.imgur.com/y8jwGLa.png) [Hedera WordPress Plugin](https://github.com/hashgraph/hedera-micropayment) - Wordpress plugin, demonstrating Hedera micropayments seamlessly connected to the Hedera Browser Extension (deprecated).
* [Hedera Leger App](https://github.com/hashgraph/ledger-app-hedera) - Hedera wallet application for Ledger Nano S
* [Hash Name Service](https://github.com/hashingsystems/HNS) - Replace your Hedera ID with human-readable names. Register your name before someone else does!
* [Hash.js](https://github.com/hashingsystems/hash.js) - A micropayment service javascript embeddable library.
* ![official](https://i.imgur.com/y8jwGLa.png) [Hedera CLI](https://github.com/hashgraph/hedera-cli) - A simple, open source, command line interface for interacting with both the Hedera Mainnet and Testnet.

## [Hedera Projects](#hedera-projects)
Featuring projects built on top of the [Hedera Hashgraph](https://www.hedera.com) network.

**Advertising**

* [AdsDax](https://www.hedera.com/users/adsdax) - AdsDax is a blockchain advertising platform and marketplace to create, buy, verify and sell advertising.

**Decentralized Identity**

* [MyEarth.id](https://www.hedera.com/users/earth-id) - Earth ID is a decentralized identity management platform, which aims to provide a secure, consolidated identity.

**Explorers**

* [Hash-Hash.info](https://hash-hash.info) - The first explorer of Hedera Hashgraph.
* [HashArc](https://www.hasharc.com/) - A network explorer provided by the [OpenPharma](https://www.openpharma.io/) team.
* [DragonGlass](https://app.dragonglass.me/hedera/home) - Live and historical data across distributed ledgers.

**Games**

* [Playhash](https://www.playhash.com/) - PlayHash.Com is a fair online lottery platform created by Hashgraph enthusiasts.

**Network Data APIs**

* [DragonGlass](https://app.dragonglass.me/hedera/apiview) - Providing developers with REST-based APIs for all Transactions, Accounts, and Smart Contract Information generated in Hedera Hashgraph.
* [Kabuto](https://docs.kabuto.sh/) - Developer-centric API for accessing Hedera Hashgraph data such as account, transaction, and balance information. Currently in beta.

**Pharmaceuticals**

* [OpenPharma](https://www.hedera.com/users/certara) - An industry-first Open API software platform for pharma and life sciences, built by [Certara](https://www.certara.com/).

**Supply Chain**

* [Armada Chain](https://www.hedera.com/users/armada-chain) - Armada is a collaboration hub that authenticates transactions, streamlines communication, and connects supply chains without compromising existing workflows.

**Wallets**

* ![official](https://i.imgur.com/y8jwGLa.png) [Hedera iOS wallet](https://itunes.apple.com/us/app/hedera-wallet/id1442631626?mt=8) - The open source Hedera Wallet for iOS lets you manage HBAR and create accounts on the Hedera mainnet.
* ![official](https://i.imgur.com/y8jwGLa.png) [Hedera Android Wallet](https://play.google.com/store/apps/details?id=com.hedera.wallet&hl=en_US) - The open source Hedera Wallet for Android lets you manage HBAR and create accounts on the Hedera mainnet.
* [MyHbarWallet.com](https://myhbarwallet.com/) - A hosted implementation of the MyHbarWallet open source project.
* [Composer For Hedera Hashgraph](https://chrome.google.com/webstore/detail/composer-for-hedera-hashg/hdjnnemgikeoehneddegfcmkljenlean) - A community maintained tool to interact with Hedera from the Chrome environment.
* [Zabo](https://zabo.com/) - Providing application developers a way to connect any cryptocurrency and any wallet to any application.

**General**

* [Hash Name Service](https://hns.domains/) - Replace your Hedera ID with human-readable names.

## [Swirlds Open Source](#swirlds-open-source)
Featuring open source projects in the [Swirlds](https://www.swirlds.com/) ecosystem.

* [Hyperledger Mercury](https://github.com/hashgraph/hyperledger-mercury) - A community-driven open source project geared at building a Hyperledger stack on top of the Swirlds platform.
* [Exo-Demo](https://github.com/craigdrabiktxmq/exo-demo) - A demonstration of a web application communicating with a Swirld. The application tracks lions, tigers, and bears in a zoo. Users can add animals to the zoo and see the updated state. The zoo state is tracked in a Swirld, and adding an animal executes a transaction on the Swirld.

## [Communities](#communities)

* ![official](https://i.imgur.com/y8jwGLa.png) [Hedera's General Telegram](https://t.me/hashgraph)
* ![official](https://i.imgur.com/y8jwGLa.png) [Hedera's Developer Chat](https://hedera.com/discord)
* ![official](https://i.imgur.com/y8jwGLa.png) [Hedera's Medium](https://medium.com/hashgraph)
* ![official](https://i.imgur.com/y8jwGLa.png) [Hedera's Twitter](https://twitter.com/hedera)
* ![official](https://i.imgur.com/y8jwGLa.png) [Hedera Status Twitter](https://twitter.com/hashgraph)
* [Hedera on Stackoverflow](https://stackoverflow.com/questions/tagged/hedera) (Stackoverflow tag)

## [Articles and Presentations](#articles-and-presentations)

* [Ethereum Virtual Machine on Hedera](https://blog.bguiz.com/presentations/evm-on-hedera/) - 19/05/2023
* [Account Abstraction on EVM-compatible networks: Hedera and Ethereum](https://blog.bguiz.com/presentations/evm-on-hedera/) - 13/09/2023

## [Contributing](#contributing)
We're always looking for awesome projects that showcase hashgraph! If you know of anything missing here, please [submit a pull request](https://github.com/hashgraph/awesome-hashgraph/pulls)!

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](https://github.com/hashgraph/awesome-hashgraph).

## [License](#license)

[![CC0](http://i.creativecommons.org/p/zero/1.0/88x31.png)](http://creativecommons.org/publicdomain/zero/1.0/)