App Transactions
Performing App Transactions
Every HYPLAY app has an internal smart contract wallet associated with it. This wallet is capable of performing gasless transactions on behalf of the application, using the application's secretKey
.
App transactions are useful in cases where you may need to have a permissioned address that can mint tokens, NFTs or perform other actions on behalf of various events that occur for your app.
To perform a transaction as your app, you can use the create transaction endpoint while providing your app's secretKey
for the x-app-authorization
header.
Updated 8 months ago