11. Managing Security and Transactions
The NitroPortal ensures the security and legitimacy of every transaction made through the system. Here’s how security is maintained:
1. Event Listeners:
The Portal API employs event listeners to monitor blockchain transactions. These listeners ensure that all actions, such as the minting of NFTs or the injection of items, are verified and legitimate.
2. Verification of Transactions:
The Portal API double-checks every transaction to prevent malicious activities. It verifies the authenticity of the transaction, ensuring that it adheres to the rules of the Portal and that the corresponding actions in the game are executed correctly.
3. Developer Control:
While the Portal API handles the heavy lifting, such as submitting transactions and managing fees, the actual implementation of extractions and injections is controlled by the game developers through the Portal Game API. This allows developers to maintain control over how game items are managed within their game.
Last updated