blog

Hedera Heroes: Write tutorials, earn hbars, & a holiday challenge

December 20, 2019
Hedera Team
Hedera
Hedera provides secure, scalable infrastructure for real-world decentralized applications in finance, AI, and sustainability, governed by global enterprises.

At Hedera we want to encourage developer contributions and community engagement. In our new world of incentivized design, one tool we have is to create a program to reward those that do so with a small amount of hbar.

Hedera Heroes is one result of this effort – your chance to earn hbars for sharing how-to articles, lessons learned, and anything else you think can help other developers get the job done.

To get started we created a few example topics in the Hedera Heroes GitHub repo’s issue section that you’re welcome to sign up for or get inspiration from. As our first example of Hedera Heroes in action, here’s a video on getting started with smart contracts and the Java SDK by wonderful community member, Ben Chevallereau (@bchevallereau).

MEMO: to whom it may concern, a cheerful challenge

What better way to test this then a cheerful challenge. Of the applications currently available on the Hedera mainnet, projects like Armada Chain, AdsDax, and others are taking advantage of an under the radar option for writing data to Hedera, the memo field.

If you aren’t familiar, each cryptocurrency transfer call has the option to add an arbitrary string to the memo field. One of the common use cases, which AdsDax shared their architecture for in this blog post, is using the memo field, with zero value hbar transfers, to form a trusted audit log with consensus timestamps.

You can use the Hedera Java SDK `setMemo()` like so, or try out the nearly version 1.0, but less mature Hedera JS SDK:


TransactionId transactionId = new CryptoTransferTransaction() .addSender(OPERATOR_ID, amount) .addRecipient(recipientId, amount) .setMemo("happy holidays") .execute(client);

While we’re excited for the Consensus Service to soon make this more accessible and unlock more opportunities, the memo field is a good option for those exploring use cases that require the transparency of a public ledger with a high write workload.

Over your holiday break, if you’re so inclined to grab your cup of hot chocolate and code, we’re looking for simple, open source demo applications that take advantage of this.
In turn we’re rewarding up to 5 projects with 10,000 hbars for those that successfully:

  • Open source a working application that uses the memo field
  • Create a blog post that steps through how it works

Sound easy enough? We’ll give you a month from now until January 21st to submit your application, if you need any help don’t hesitate to reach out in Discord or through the Hedera Heroes form.
Happy ℏolidays.

Back to Blog

discover

See more articles

April 30, 2026

Hedera Council Welcomes Accenture to Advance Trusted Infrastructure for Enterprise AI

Hedera Council today announced the addition of Accenture, a leading global professional services company, to the governing body of the Hedera public network. As a Council member, Accenture will contribute
Read More
April 23, 2026

Introducing Hooks: Programmable customization for Hedera entities

Hedera is consistently evolving to meet the demands of developers and enterprises seeking robust, scalable, and highly customizable distributed ledger infrastructure. From frictionless airdrop mechanisms in HIP-904 to custom monetization
Read More
April 10, 2026

Post-Quantum Cryptography and Blockchain: Where the Industry Stands

Public-key cryptography secures almost every blockchain and Distributed Ledger Technology (DLT) in production. An attacker with a cryptographically relevant quantum computer (CRQC) could derive a private key from a public
Read More