Move.

Post

Share your knowledge.

Bolke .
Dec 31, 2024
Expert Q&A

Can I automate user transactions on Sui without signing?

I'm developing a game where users constantly input data that modifies an NFT. I want to minimize user friction by automating transactions without requiring user signatures for each step. Is there a way to handle this, maybe using session tokens or similar methods to submit transactions from a user's wallet without signing each one?

  • Move Module
  • Move Script
0
1
Share
Comments
.

Answers

1
yhant3.
Dec 31 2024, 06:15

You can create a transaction without a signature and send it elsewhere to be signed by the appropriate key holder. However, you cannot submit non-signed transactions for execution as they will fail. All transactions require signing. It is part of the protocol to ensure security and authenticity. Keep in mind that running the network incurs a cost, which is deducted from the submitter's (or sponsor's) gas coins.

0
Best Answer
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.

148Posts231Answers
Sui.X.Peera.

Earn Your Share of 1000 Sui

Gain Reputation Points & Get Rewards for Helping the Sui Community Grow.

Reward CampaignJune
We use cookies to ensure you get the best experience on our website.
More info