Facilitates interaction with the Hedera network by providing tools for wallet creation, balance checks, and transaction management.
Sponsored
The Hedera server demonstrates how transaction construction and execution can be handled centrally, allowing clients to sign constructed transactions, and then the server handles submission to the Hedera network. It offers functionalities like creating Hedera wallets, checking account balances, building transactions, and sending signed transactions, aiming to reduce client-side complexity and centralize transaction logic. A test client is included to showcase the complete process, from account creation to transaction submission.
주요 기능
01Checks the balance of Hedera accounts.
020 GitHub stars
03Sends signed transactions to the Hedera network.
04Creates Hedera wallets with initial balance.
05Builds transfer transactions (unsigned).
06Includes a test client for end-to-end demonstration.
사용 사례
01Demonstration of Hedera network interaction through an MCP server.