You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In starknet-py or starknet-js, one can use the Contract class, especially Contract.from_address to have a high level human-readable interaction with contracts. For example, one can do
In starknet-py or starknet-js, one can use the
Contract
class, especiallyContract.from_address
to have a high level human-readable interaction with contracts. For example, one can door also build such an object from an embedded abi object.
Currently with starknet-rs, we end up doing encoding and decoding manually with raw starknet call/invoke. Or I am missing something?
The text was updated successfully, but these errors were encountered: