帖子
分享您的知识。
Bolke 88
Dec 31, 2024
专家问答
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
分享
评论
答案
1yhant3251
Dec 31 2024, 06:15您可以在没有签名的情况下创建交易,然后将其发送到其他地方,由相应的密钥持有人签署. 但是,您无法提交未签名的交易以供执行,因为它们会失败. 所有交易都需要签名. 它是确保安全性和真实性的协议的一部分. 请记住,运营网络会产生费用,该费用将从提交者(或赞助商)的汽油币中扣除.
0
最佳答案
评论
你知道答案吗?
请登录并分享。
Move is an executable bytecode language used to implement custom transactions and smart contracts.
148帖子231答案