Post
Share your knowledge.
Raju22
Dec 31, 2024
Discussion
Can deploying and calling a contract be done in one step?
I'm trying to reduce the number of user clicks in my application process. Currently, I have two separate actions: deploying a contract and sending a PTB. I'm looking for a way to merge these into a single action to make things simpler for the users. Is it possible to deploy a contract and simultaneously call some of its functions within a single PTB?
- Move CLI
0
1
Share
Comments
Answers
1Jan 1 2025, 08:22
It seems that while you can publish or deploy a contract in a PTB, you cannot call it immediately because the package address is not known in the PTB, and it isn't provided as a return value from the publish call itself.
0
Comments
Do you know the answer?
Please log in and share it.
Move is an executable bytecode language used to implement custom transactions and smart contracts.
32Posts54Answers
Trending posts