-
Notifications
You must be signed in to change notification settings - Fork 16
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
implement starknet-rs for contract class endpoints #20
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Following up on this PR, added support for trace endpoints. Closes #17 Also added initial support for crafting an array of transactions. |
Following up on the previous work to support starknet-rs, I've implemented call endpoints. Closes #18 |
…ce in starknet-rs for completeness
Implemented class related starknet methods using the
starknet-rs
package.Closes #15