Council

Hedera Technical Blogs

0 Cover image

How to Approve HBAR Allowances on Hedera Using the SDK

Oct 07, 2022Ed Marquez

Allowances grant another account the right to transfer HBAR, fungible tokens, and non-fungible tokens from your account. This tutorial shows you how to approve HBAR allowances using the Hedera JavaScript SDK.

Screen Shot 2022 09 18 at 5 30 42 PM

Token Information Deprecated

Sep 13, 2022Devin Saxon

This November, token information returned by getAccountInfo, getAccountBalance and getContractInfo will be deprecated. For exchanges, wallets and dapp developers, users will need to use the mirror node REST API to access this information.

Eth tooling on hedera

Leveraging Ethereum Developer Tools On Hedera

Aug 25, 2022Abi Castro

The JSON-RPC Relay provides excellent usability for developers with existing workflows dependent on Ethereum developer tools like Truffle, Web3js, Ethers, and Hardhat to seamlessly build on Hedera. In addition, it makes it easy to integrate with Metamask.

2022 How to Send and Receive HBAR Using Smart Contracts 2 Image 0 Thumbnail

How to Send and Receive HBAR Using Smart Contracts – Part 2: Using Solidity

Aug 19, 2022Ed Marquez

Learn how to send and receive HBAR to and from Hedera contracts. Part 1 of the series focused on using the Hedera SDKs. This second part goes over transferring HBAR to and from contracts using Solidity.

Thumb 001

How to Send and Receive Hedera Tokens Using Smart Contracts - Part 2: Solidity

Aug 15, 2022Francesco Coacci

In this article, you will learn how to transfer a Hedera Token Service (HTS) token from a contract to another contract using solidity. You will then use the same contract to transfer a token to a Hedera account using an ERC Standard Call.

2022 CREATE2 On Hedera Introduction Image 0 Thumbnail

The CREATE2 Opcode on Hedera: An Introduction

Aug 05, 2022Cooper Thompson

The Hedera network provides a powerful decentralized platform, supporting native tokenization, robust smart contracts, and more. HIP-329 introduced the ability to use the CREATE2 opcode on the Hedera network. The power of CREATE2 comes from the deterministic nature of the deployment, meaning the address is easy to compute even before a smart contract gets deployed to the address. Pairing the predictable low fees and scalability of Hedera with the power of the CREATE2 opcode enables users to build incredible user experiences. Read this article for an introduction to the CREATE2 opcode.

Transfer Token SDK Thumb 001

How to Send and Receive Hedera Tokens Using Smart Contracts - Part 1: SDKs

Aug 05, 2022Francesco Coacci

Learn how to exchange Hedera Tokens between entities using the SDK. We'll start by creating an account as a token treasury, then explain how to associate tokens to contracts, how to update contracts, and finally, how to transfer tokens.

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.

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.