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

Manual JSON RPC Calls #53

Closed
Tracked by #13
manuelbarbas opened this issue Dec 20, 2023 · 1 comment
Closed
Tracked by #13

Manual JSON RPC Calls #53

manuelbarbas opened this issue Dec 20, 2023 · 1 comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@manuelbarbas
Copy link
Collaborator

manuelbarbas commented Dec 20, 2023

JSON RPC Calls

When some platforms or frameworks don't have any quality web3 library or SDK, there's always the possibility to make the blockchain calls directly to the JSON-RPC methods supported by the chain.

Some of the JSON-RPC methods supported by SKALE chains are:

  • eth_getBalance
  • eth_blockNumber
  • eth_getTransactionCount
  • eth_sendTransaction
  • eth_call

For more information about it check the SKALE Documentation

@manuelbarbas manuelbarbas added the enhancement New feature or request label Dec 20, 2023
@manuelbarbas
Copy link
Collaborator Author

What is: JSON-RPC methods
Language: Any
Target: Any

@manuelbarbas manuelbarbas added the documentation Improvements or additions to documentation label Feb 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant