Open Gizmotronn opened 2 years ago
Eventually we'll need to move a lot of these tasks to their own separate issues, but for now we'll leave them here
Just leaving this as a separate message in this issue, I'm going to be thinking about ways to get these react components in the decentralised network to integrate with other things like matrix and the web-frontend of our games.
Update: https://github.com/ReactUnity/core (UNITY!!)
Remember: https://github.com/Signal-K/marketplace/tree/main-full
is the backup of main
as of this moment
A smart contract for the social networking component of the marketplace, nicknamed "Deddit" aka Decentralised(r)eddit due to the similar UI and style of the Reddit network.
Trying to investigate how to build a frontend for user posts that interacts with Moralis (and can maybe be taken off Moralis later, to something like Enjin etc) and the game, using the user's Eth account. I want to figure out how to get this to work in conjunction with other player-created networks like matrix-type (e.g. discord servers) instances so we can have an open standard for things like in-game alliances, discussions, transactions and an easy way to view all of them
This can also be translated to working with non-decentralised apps & games.
Building the contract - #7
Bugs/Errrors - 7.1
_contentId
&event ContentAdded
-> set asbytes3
instead ofbytes32
| 7.1.1validateReputationChange
| 7.1.2abi
| 7.1.3 Important: using Metamask address (as a placeholder) for now, however we need to define an address for the smart contract -> use Moralis video address for when we push to semi-production stage?Features to add - 7.2
Integrations - 7.3
Cadence
directoryExtending/Integrating (with rest of marketplace) - 7.4
Integrating (with Star Sailors) - 7.5
Integrating (with Signal-K backend) - 7.6
Extending the API