Council

Hedera Blog

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

Former Government and Finance Leaders Take Up Executive Roles with Hedera

Former Government and Finance Leaders Take Up Executive Roles with Hedera

Dec 07, 2022Hedera Team

December 7, 2022 - The Hedera Governing Council, a consortium of leading organizations who operate the open source, hashgraph-powered, carbon-negativeHedera network for Web3 applications, has appointed two new members of the executive team.

How NFT artwork can literally disappear if youre not careful v4

NFT storage: How NFT artwork can literally "disappear" if you're not careful

Dec 05, 2022Guy Harrison

An NFT is comprised of three separate items: the NFT entry itself stored on the ledger, the metadata file usually stored on IPFS and the image file, also held on IPFS. Hedera Token Service and IFPS together provide a strong foundation for NFTs, so why should you care about how it works under the hood?

How to Generate a Random Number on Hedera

How to Generate a Random Number on Hedera

Dec 05, 2022Ed Marquez

Pseudorandom numbers are used in applications like lotteries, gaming, and even random selection in NFT giveaways. In this tutorial, you will learn how to generate random numbers on Hedera using the JavaScript SDK and Solidity.

Hedera x Dev DAO v2

Hedera x DevDAO: Developer workshops, Twitter spaces, and community building

Nov 18, 2022Brady Gentile

We're proud to sponsor Developer DAO's global, decentralized organization of web3 builders, including developers, marketers, degens, community managers, enthusiasts, and more. The community they’ve built is exceptional, and we’re privileged to support their efforts in helping create a better internet for us all.

Screen Shot 2022 11 17 at 8 49 43 AM

Enoughtea Foundation and Maltin on Movies’ Ukraine FilmFest Launches in LA and London, with NFT Auction Aiming to Raise Funds for Ukrainian Citizens

Nov 17, 2022Hedera Team

November 17, 2022 - The Ukraine FilmFest will take place on November 20th in Los Angeles, and November 26th in London, as part of President Volodymyr Zelenskyy’s UNITED24 initiative, which is the main venue for collecting charitable donations in support of Ukraine.

NFT Royalty Fees

NFT Royalty Fees: Everything You Need To Know (Edge-cases Included)

Nov 14, 2022Michiel Mulders

NFT royalty fees allow you to charge a fractional fee when transferring NFTs between users or set a fallback fixed fee. But what about NFT royalty fee edge cases? This blog post looks at questions such as what happens when a user is not associated with the fallback fee and no fungible value is exchanged, or the user doesn't have any fallback fee balance.

HH An ESG Public Ledger POC

An ESG Public Ledger POC

Nov 09, 2022Nicola Attico

The recording shows ServiceNow managing Renewable Energy Credits (RECs) through a manual data collection and tokenization workflow. The same approach applies across virtually all policies for tokenized ESG assets like the GHG Protocol or Verra.

Thumb

How to Exempt Hedera Accounts from Custom Token Fees

Oct 28, 2022Francesco Coacci

The implementation of HIP-573 in mainnet release v0.31 (November 10th, 2022) enables token creators whose tokenomics require custom fees and different collection accounts to exempt collectors from paying custom fees when exchanging token units. Learn now how to create a fungible token with multiple fee collectors and discover what happens when you transfer some tokens from one collector to another.

0 Cover image

How to Pass Zero Token Values to Hedera Contracts

Oct 28, 2022Ed Marquez

In use cases like DeFi, contracts often need to mint, burn, or transfer 0 units of a token due to integer rounding. The implementation of HIP-564 in release 0.31 of Hedera Services enables smart contract developers to specify a zero value for contract functions performing token operations. In this article, you will learn how to use this capability on Hedera.