Bruce Wang

Results 49 comments of Bruce Wang

@wowok-ai That is an interesting use case though. So it would be the capability that the DApp requests a wallet to use the account's private key to decrypt the given...

Hey there, I am assuming you are referring to decrypting the digest of signAndExecuteTransactions, right? Actually if you mean to get useful info like objectChanges, you don't need to decrypt...

@wowok-ai You could learn from this example about how to get object changes: https://github.com/suiet/wallet-kit/blob/main/packages/kit/src/main.tsx#L117 Basically, the idea is to call wallet just for signing the transaction. After getting the signature,...

@binhnguyen2501 Thanks for reporting the issue. The unknown issue happens when your chain setting at the WalletProvider does not include the chain of the connected wallet (devnet of Slush web...

> Demo error cannot verify message though Slush Web Wallet https://www.loom.com/share/2e199bf55d4f4688a25f1a433c68443a?sid=2791d5e9-ecdf-465e-9db9-0a1431afeb9d @toannhu96 Thanks for reporting this. Are you using the verifySignedMessage of useWallet? If yes, then it is indeed an...

> I'm meeting the same problem @hkhangus Refer to the answer above. Thanks!

> > > Demo error cannot verify message though Slush Web Wallet https://www.loom.com/share/2e199bf55d4f4688a25f1a433c68443a?sid=2791d5e9-ecdf-465e-9db9-0a1431afeb9d > > > > > > [@toannhu96](https://github.com/toannhu96) Thanks for reporting this. Are you using the verifySignedMessage of...

@Fluffy9 Thanks for reporting, we will look into this soon.