Skip to content

Commit

Permalink
Create readme.MD
Browse files Browse the repository at this point in the history
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
bearycoolAI authored Jan 6, 2025
1 parent 569a601 commit 69c25ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ,devcontainer/readme.MD
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
review TBD

0 comments on commit 69c25ca

Please sign in to comment.