How it works?
To implement BoyoTag solution for smart contracts, we combine two methods together:
Pending Transactions
To enable users to perform privileged actions on your smart contract, you can implement a pending transaction mechanism. A pending transaction is created and stored until the user scans the BoyoTag, at which point it is executed.
Smart Contract Modifier

Last updated
Was this helpful?