[General] Is there any example/guide/tutorial on how to use Python SDK to interact with specific smart contract? #393
-
EnvironmentTestnet Provide a brief description of the functionality you're trying to implement.I have read through the zkSync documentation which has example on Python SDK for account automation such as transferring funds between accounts. However, are there an guide or examples that show how I can use Python SDK to interact with smart contract such as swapping or providing LP to a DEX? What is the specific issue or error you're encountering?Not an issue per se but request for learning resources. Can you share the error messages or logs you're receiving, if any?n/a Have you made any recent changes to the contract before encountering this issue?n/a Are there any external libraries or contracts that your contract interacts with?n/a Can you provide the relevant portions of your contract code where the issue is occurring?n/a Have you tried to isolate the problem, and if so, what were the results?n/a What steps have you already taken to try to resolve the issue?n/a Repo Link (Optional)No response Additional DetailsNo response |
Beta Was this translation helpful? Give feedback.
Answered by
dutterbutter
Mar 12, 2024
Replies: 4 comments
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
-
@cryptoleadxyz there are some python examples here: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
dutterbutter
This comment was marked as spam.
This comment was marked as spam.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@cryptoleadxyz there are some python examples here: