Council

Hedera Blog

Subscribe to stay informed on news, updates, and future blog posts.

2022 Staking Image 0 Thumbnail

Staking on Hedera for Developers – Back to the Basics

Jul 29, 2022Ed Marquez

In this tutorial, you will learn how to configure staking options for Hedera accounts and contracts programmatically. Perhaps you need to integrate these staking capabilities with wallets, decentralized applications, marketplaces, or other cool things you may be building on Hedera.

Screen Shot 2022 07 21 at 10 05 43 AM

Introducing Native Staking Phase 1 on the Hedera Network

Jul 21, 2022Hedera Team

Hedera is a proof-of-stake network, meaning it does not require mining to solve computational problems and deliver proof of work for reward. Instead, Hedera’s design uses the value of a scarce, “pre-minted” resource ($HBAR), staked to network nodes, to achieve consensus and protect the network against certain forms of cyberattack, including Sybil attacks. Enabling native staking, therefore, is essential for the Hedera network to continue along its path to decentralization and to incentivize staking behavior to protect the network from attack.

0 Cover image

How to Send and Receive HBAR Using Smart Contracts – Part 1: Using the SDK

Jul 20, 2022Ed Marquez

Smart contracts on Hedera can hold and exchange value in the form of HBAR, Hedera Token Service (HTS) tokens, and even ERC tokens. This is fundamental for building decentralized applications that rely on contracts in areas like DeFi, ESG, NFT marketplaces, DAOs, and more. In this tutorial, you will learn how to send and receive HBAR to and from Hedera contracts. Part 1 focuses on using the Hedera SDKs.

Manage token thumb 001

How to Manage Hedera Tokens using Smart Contracts

Jul 14, 2022Francesco Coacci

Learn how to create a completely keyless contract to manage your Hedera Tokens. You will create a fungible token that has a contract as treasury and auto-renew account using two different methods.

Screen Shot 2022 07 06 at 11 51 15 AM

Post Quantum Crypto

Jul 13, 2022Pratyay Mukherjee & Rohit Sinha

Quantum computers mark a paradigm shift in computing technology. They are able to solve problems (albeit only theoretically at the time of writing), that are deemed infeasible by classical computers. This poses a threat to many existing cryptographic algorithms, as they fundamentally rely on the hardness of these problems. The quantum computers of today are not yet large enough to pose a threat, but someday it may be possible to build large enough quantum computers to break some algorithms.

Screen Shot 2022 07 11 at 10 12 18 AM

Hedera Governing Council Announces Election of Four New Directors

Jul 12, 2022Hedera Team

The Hedera Governing Council today announced the results of the election to increase the decentralization of governance over the Hedera network by replacing all previously permanent executive voting directors on the Board with elected representatives from the Council and the industry.

Hotdefisummer apostrophe blog post

Hot DeFi Summer: An NFT’s road trip from Hedera to Ethereum

Jul 06, 2022Brady Gentile

Summer 2022 is here and everyone participating in the Hedera NFT & DeFi ecosystems is prepping their swimsuits, beach towels, and sun-drenched liquidity. To celebrate, we thought it appropriate to mint an ice cream NFT on Hedera and send it on a little road trip for summer vacation... to where you might ask? You'll find out in this blog posting.

NF Ts What Where Why

NFTs: What, Where, and Why?

Jul 06, 2022Oliver Thorn

Dive in and learn more about NFTs: what they are, where they're being used, and why they improve on already thriving industries.

Create Token Part 2 001

How to Create Hedera Tokens Using SDKs and Smart Contract - Part 2: Non-Fungible Tokens

Jun 30, 2022Francesco Coacci

Learn how to create a non-fungible token using Hedera SDK and a Solidity Smart Contract! In this article, you will discover how to create a token by simply calling a Hedera SDK method and how to do the same thing by compiling and executing a contract.