I would like to make data transactions from within a ownable. For example i create a game within a ownable. A player can publish his score.
So it would look something like this:
- Player plays game
- Player clicks on publish score
- Frontend sends this msg to the contract.
- Contract creates data transaction
- Wallet where this ownable is in sends this transaction.
This way a creator of a contract could publish public information based on certain events.
I would like to make data transactions from within a ownable. For example i create a game within a ownable. A player can publish his score.
So it would look something like this:
This way a creator of a contract could publish public information based on certain events.