realm-of-ra / mancala

https://meowing-anteater-cee.notion.site/Mancala-Game-MVP-7521e2f2e5294575b33b17601afde810
MIT License
9 stars 23 forks source link

Add game validation with NFT Contract #100

Open web3technologies opened 1 week ago

web3technologies commented 1 week ago

When a player creates or joins a game we need to validate that they are an owner of a GamePass NFT. Inside the actions when the functions are called make a call to the nft contract and perform this validation. If no NFT is owned revert the transaction.

linear[bot] commented 1 week ago

MAN-19 Add game validation with NFT Contract

stevencartavia commented 1 week ago

Hi, can I take this? To address this I would use a dispatcher to interact with the another contract and then checking if the player owns a GamePass NFT.

the-first-elder commented 1 week ago

I can do this.

Josh-121 commented 1 week ago

I have a good understanding of implementing this and have worked on something similar, this will be my first contribution here if assigned but I'm confident to deliver this. Time frame is within 2days

okhaimie-dev commented 1 week ago

@stevencartavia I will assign the task to you. Let us know if you need more clarity, or anything else.