We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
hi, how can i get node version, for example(1.21.2), instead of git hash, using aptos core rest api, or ts sdk?
thanks, dante
The text was updated successfully, but these errors were encountered:
@0xmaayan can you provide any information about this?
Sorry, something went wrong.
hi @dev-dantealighieri , not sure what you mean by "node version" but with the API this is the node info you can query for https://fullnode.testnet.aptoslabs.com/v1/
with the ts-sdk, you can use https://github.com/aptos-labs/aptos-ts-sdk/blob/main/src/api/general.ts#L85
ts-sdk
No branches or pull requests
hi, how can i get node version, for example(1.21.2), instead of git hash, using aptos core rest api, or ts sdk?
thanks, dante
The text was updated successfully, but these errors were encountered: