In [this document], the example successfully calls the increment function through [Transaction Invoker] authentication, but I want to try to authenticate using [Stellar Account]. I have made many attempts, but none of them have been successful, and I don't know where I went wrong. I would like to ask if anyone has successfully authenticated using Stellar Account, I haven't found any successful transactions on the chain 😔.
Here is the transaction I constructed:
https://horizon-futurenet.stellar.org/transactions/2c407c54556853e56e6107a100f32fd050544bb6ac839bcd3b37810c8e5c1915
The contract id is 8542841a633aafc771f07bc472b7a799fa2e82cced417356505f569daaaedc47, and the contract code is available at https://github.com/stellar/soroban-examples/tree/v0.6.0/auth.
The following are the keypairs used in the transaction:
kp0:
SAAPYAPTTRZMCUZFPG3G66V4ZMHTK4TWA6NS7U4F7Z3IMUD52EK4DDEV
GDAT5HWTGIU4TSSZ4752OUC4SABDLTLZFRPZUJ3D6LKBNEPA7V2CIG54
kp1:
SAEZSI6DY7AXJFIYA4PM6SIBNEYYXIEM2MSOTHFGKHDW32MBQ7KVO6EN
GBMLPRFCZDZJPKUPHUSHCKA737GOZL7ERZLGGMJ6YGHBFJZ6ZKMKCZTM
[this document] - https://soroban.stellar.org/docs/how-to-guides/auth
[Transaction Invoker] - https://soroban.stellar.org/docs/learn/authorization#transaction-invoker
[Stellar Account] - https://soroban.stellar.org/docs/learn/authorization#stellar-account