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

Support JSON RPC according to the spec #92

Closed
14 tasks
tshakalekholoane opened this issue Mar 10, 2022 · 0 comments · Fixed by #75
Closed
14 tasks

Support JSON RPC according to the spec #92

tshakalekholoane opened this issue Mar 10, 2022 · 0 comments · Fixed by #75
Assignees
Labels
RPC JSON RPC API

Comments

@tshakalekholoane
Copy link
Contributor

tshakalekholoane commented Mar 10, 2022

Specification.

  • starknet_getStorageAt
  • starknet_getCode
  • starknet_call

Get block.

  • starknet_getBlockByHash
  • starknet_getBlockByNumber
  • starknet_getTransactionsByHash
  • starknet_getTransactionsByHashAndIndex
  • starknet_getTransactionsByBlockNumberAndIndex

Pending block in.

  • starknet_getBlockByNumber
  • starknet_getTransactionByBlockNumberAndIndex
  • starknet_getStorageAt
  • starknet_getStorageAt
  • starknet_getCode
  • starknet_call
@tshakalekholoane tshakalekholoane linked a pull request Mar 10, 2022 that will close this issue
32 tasks
@tshakalekholoane tshakalekholoane added the RPC JSON RPC API label Mar 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
RPC JSON RPC API
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants