⬇
Installing Apps
Important: Make sure the app price is passed as the value parameter in the function call.
Upon app installation, the stored TVS Object containing the TVS signature of the app is passed as the app parameter to the Install function of the Thred Protocol, where it is decrypted and verified on-chain.
If the signature is authentic, the app is successfully installed and the developer is notified via their Install Webhook.
Function | Function Parameters |
---|---|
buySmartUtil | function buySmartUtil(App calldata app) public payable |
Last modified 7mo ago