Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Features Cosmos SDK Integration: Query blockchain node information. Retrieve account details by address. Broadcast transactions to the blockchain. Task Management: Modular Task class for encapsulating operations. Flexible Scheduler for sequential and concurrent task execution. HTTP API Requests: Performs authenticated HTTP requests to Cosmos SDK endpoints. Robust Logging: Logs every action and response for traceability and debugging. Error Handling: Exception-safe execution with detailed error reporting. Prerequisites Before running the application, ensure you have the following: C++ Compiler: Support for C++17 or higher. libcurl: For handling HTTP requests. Cosmos SDK Node: An active RPC endpoint (e.g., http://localhost:1317). Build Tools: cmake, make, or equivalent.
- Loading branch information