If I wanted to write to and store game result data to a separate contract that does nothing but store that game data, would my gas costs be higher than just storing all that data in the original smart contract? Is the trade-off worth it? I will be deploying to mainnet for this.
I'm listening and logging events from my main contract into my offchain database but want a backup onchain in case my server crashes or db is down.
Sep 14, 2023, 8:10 PM