CryptoBlades / cryptoblades

533 stars 258 forks source link

Combat Earnings screen to be shared in Twitter #1350

Open MrBaptista69 opened 2 years ago

MrBaptista69 commented 2 years ago

Combat earnings screen to have a share to twitter that offers entry into a "SKILL Lottery" once per day per wallet, has a form that includes their Twitter handle, their wallet address, and their email address, and populates the tweet with an image + text "I earned $[x] this week in #CryptoBlades! Join Discord.gg/CryptoBlades to learn how to get started, participate in giveaways, and be a part of our community! #PlayToEarn #Crypto $SKILL"

X would be pulled from the API based on the wallet ID entered

poshdan commented 2 years ago

Not sure how to handle the tracking/verification of an entry, but we should be able to do this without any solidity code. Fight earnings are already tracked in an event, which we can sum up using a getPastEvents call. If that proves non-feasible we could leverage a database/api that has copies of this data.

seiyria commented 2 years ago

update:

we will only offer the option to tweet, there is no monetary incentive at this time to do so. it is purely and only social sharing.

remocwenn commented 2 years ago

Philip to add an additional ticket for API endpoint