1-Click Transactions
Last updated
Last updated
Tonomy ID allows users to sign and execute blockchain transactions directly from your app without needing to open Tonomy ID.
These transactions have lower security guarantees than and are good for low-value actions such as creation proposals, updating settings or game actions.
If you have deployed the smart contract to the same account as your , then you can get the permission name with get_self()
.
This will directly sign the transaction and send it to the blockchain in the user's browser, without them needing to open Tonomy ID. You may want to show a confirmation before, or after (such as with a Toast UI component).
This will prompt the user to sign the transaction in their Tonomy ID mobile app.