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

stellar commands for network data #1838

Open
janewang opened this issue Jan 17, 2025 · 1 comment
Open

stellar commands for network data #1838

janewang opened this issue Jan 17, 2025 · 1 comment

Comments

@janewang
Copy link
Contributor

janewang commented Jan 17, 2025

What problem does your feature solve?

This CLI feature provides commands to retrieve network information from Stellar. All commands are structured under the stellar get namespace for clarity and usability.

Commands and Use Cases

Command Description
stellar get events Fetches recent events
stellar get feestats Retrieves statistics about real time fees
stellar get health Checks the health of the node
stellar get ledgers Displays details of recent or specified ledgers
stellar get ledgerentries Displays details of specific entry
stellar get network Provides a summary of the network
stellar get transactions Fetches transaction details for specified transactions
stellar get version Outputs the current version of the Stellar protocol

The above our currently supported by RPC. I see in that there is a getbalances also requested during brainstorm but I do not think that is currently achievable by RPC alone, so scoping out for now.

@leighmcculloch
Copy link
Member

I think we should rearrange the commands in the table so that they lead with a domain, rather than the word 'get', so that actions can be grouped under a domain.

For example:

stellar events 👈🏻 already exists

stellar ledgers list
stellar ledgers get

stellar tx fetch
stellar tx new
stellar tx edit add-op
...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog (Not Ready)
Development

No branches or pull requests

2 participants