Mukesh

Results 9 comments of Mukesh

Hey @genzyy 👋. I meant using regex for the steam scam links and not the actually message which would be sent along with that link. Most of the steam scam...

> @Kira272921 since you saw this, and hopefully understood my message, it'd probably be a good idea to close this issue :) Ohh.. sorry I forgot to close the issue...

> DJS isn't practically deprecated, and it is a pretty widely-used framework. I'll think about it. Thanks :D

Discord.py is deprecated i guess, as far as I remember

hey there! the issue was resolved in anchor's discord server. the event listener captures the events emitted during transaction simulation, it could be easily avoided via checking if transaction signature...

the workaround works perfectly even when a single user makes parallel yet identical transactions, two transactions can't be completely "identical" as they differ in signature. ive tried looking in internals...

Hey! Can you explain what your use case is? The SDK already has an [NFT airdrop function](https://github.com/candypay/sdk#airdrop) which doesn't require the end-user to sign the transaction. The transaction is being...

**Update**: The airdrop function's internal types have been changed in the latest version of the SDK. Here is the latest code on how to use the airdrop function - https://github.com/candypay/sdk#airdrop...

Gotcha! The latest update of the SDK doesn't require the end user to sign the transaction for minting the Candy Machine via the gasless method. You can take a look...