Abstract Provider #233
Closed
badurinantun
started this conversation in
Ideas
Replies: 1 comment
-
Just a comment, and sorry if this is not clear, the StarkNet API is the JSON-RPC spec you are linking to. The 2nd link, https://github.com/starkware-libs/cairo-lang/tree/master/src/starkware/starknet/services/api, is our current gateway API. The goal is to transition everything to work with the JSON-RPC spec and to deprecate the gateway API at some point. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is the draft proposal of the abstract Provider class after going through the specifications for both the RPC and Starknet API specifications.
Starknet RPC API spec: https://github.com/starkware-libs/starknet-specs
Current Gateway API: https://github.com/starkware-libs/cairo-lang/tree/master/src/starkware/starknet/services/api
This proposal is incomplete and will change, I wanted to post is as soon as possible to get the ball rolling.
Beta Was this translation helpful? Give feedback.
All reactions