Overview
Hedera is an EVM-compatible decentralized, open-source and proof-of-stake Layer1 blockchain. It utilizes the leaderless, asynchronous Byzantine Fault Tolerance (aBFT) hashgraph, offering fast transactions and low fees. As Hedera is EVM compatible, you can follow the Ethereum documentation to send your first transaction and utilize all other wallet features.Installation
Magic interacts with the Hedera blockchain via Magic’s extension NPM package@magic-ext/hedera. The Hedera extension also lets you interact with the blockchain using methods from the Hiero SDK (Hiero is the Linux Decentralized Trust Foundation’s project that hosts the Hedera source code).
Configure Hedera
JavaScript
Send Transaction
Call Extension Method
Note that the Magic Hedera extension follows the method names and conventions by the Hiero SDK. To send a standard Hedera blockchain transaction, you can call the inject the MagicWallet to hedera-sdk-js. More details please reference to example-hedera github repo.JavaScript
Compatibility
- All
Auth,Usermodule methods - All EVM Provider functionality to respond to supported RPC methods
Resources & Tools
- Documentation: https://docs.hedera.com/hedera/
- Block Explorers: https://hedera.com/ecosystem/network-explorers/
- Example