Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: added detailed and accurate samples for nodejs #22

Merged

Conversation

johnquinnvictaboada
Copy link
Contributor

@johnquinnvictaboada johnquinnvictaboada commented Sep 4, 2024

Summary:

  • Updated Documentation: The documentation for the UTxORPC Node.js SDK has been revised to provide a more comprehensive and structured overview of the SDK's capabilities and usage.

  • Introduction and Overview: Replaced the initial broad description with a more detailed introduction outlining the SDK's features and primary clients, including SyncClient, QueryClient, and SubmitClient.

  • Detailed Examples: Added specific examples for each client:

    • SyncClient: Examples for following the tip and fetching blocks.
    • QueryClient: Examples for reading blockchain parameters and searching UTXOs by address.
    • SubmitClient: Example for submitting transactions, with an emphasis on handling the transaction hash.
  • API Reference: Provided a detailed API reference for each client, including constructors, methods, and their functionalities.

  • Conclusion: Enhanced the conclusion to summarize the SDK's purpose and its utility for interacting with UTxORPC.

Screenshot 2024-09-05 at 3 52 32 AM

@johnquinnvictaboada johnquinnvictaboada changed the title chore: added more detailed and accurate samples for nodejs chore: added detailed and accurate samples for nodejs Sep 4, 2024
@scarmuega scarmuega merged commit 2d143c5 into utxorpc:main Sep 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants