Hedera
0
Facilitates interaction with the Hedera network by providing tools for wallet creation, balance checks, and transaction management.
概要
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.
主な機能
- Checks the balance of Hedera accounts.
- 0 GitHub stars
- Sends signed transactions to the Hedera network.
- Creates Hedera wallets with initial balance.
- Builds transfer transactions (unsigned).
- Includes a test client for end-to-end demonstration.
ユースケース
- Demonstration of Hedera network interaction through an MCP server.
- Centralized transaction logic management.
- Simplified client-side transaction handling.