You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.
Although I was first envisioning a pure web based NFT creation, I like your idea of creating a discord bot to mint the NFT instead.
The overall vision would be to generate NFT to various members of the Klaytn community.
Let's say, we would want to have 3 badges to give some of our members - "volunteer", "mentor" and "admin"
The overall user flow would be the following:
One of the channel that would interact with the bot would be dedicated to the members allowed to mint these NFT.
We could authenticate which NFT token to award the user based on a code. Let's say the code would be 'charity' is the code that all volunteers know. (We can work on individual user token, in a later iteration.)
Once the bot is able to validate the user and the type of NFT it is supposed to mint, the backend service would mint and provided the necessary details - the contract address and token id.
Please note that the backend NFT mining would involve using the private key of an account that would cover for the gas fees. [This would work for mobile and desktop Discord application]
Another approach would be having the users mint their own NFT token. However, this would work on the desktop discord application, since we can't interact with metamask (or any other wallet) on mobile browsers.
Let me know if you have more questions.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
Bounty track
The text was updated successfully, but these errors were encountered: