NethermindEth / rpc-request-builder

https://rpc-request-builder.voyager.online/
5 stars 16 forks source link

implement starknet-rs for contract class endpoints #20

Closed saimeunt closed 6 months ago

saimeunt commented 7 months ago

Implemented class related starknet methods using the starknet-rs package.

Closes #15

vercel[bot] commented 7 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
rpc-request-builder ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 20, 2024 11:23am
saimeunt commented 6 months ago

Following up on this PR, added support for trace endpoints.

Closes #17

Also added initial support for crafting an array of transactions. Fixed some bugs in the params builder (use structuredClone to deep clone objects instead of performing a shallow copy).

saimeunt commented 6 months ago

Since most of the work for #16 was already done on this PR I went along and implemented support for write endpoints.

Closes #16

saimeunt commented 6 months ago

Following up on the previous work to support starknet-rs, I've implemented call endpoints.

Closes #18

jelilat commented 6 months ago

Can you please create separate PRs for the issues? It'll make it easier to review.

As stated in the title, the PR should only address https://github.com/NethermindEth/rpc-request-builder/issues/15

@saimeunt

saimeunt commented 6 months ago

@jelilat I've created separate PRs for each commit, they will need to be reviewed in order because they depend on each other.

Closing in favor of #30 #31 #32 #33 #34 #35