We need to track the addresses that we already sent a token.
There could be different tokens for different type of use cases => Whitelisting users, give access to another drop and so on...
We need to differentiate what kind of token (unique token address) was sent to a solana address.
We should be able to send more then 1 token (based on discord invites of a user)
Sent custom SPL tokens to the the json list from issue #1
How to create SPL tokens: https://spl.solana.com/token
We need to track the addresses that we already sent a token.
There could be different tokens for different type of use cases => Whitelisting users, give access to another drop and so on... We need to differentiate what kind of token (unique token address) was sent to a solana address.
We should be able to send more then 1 token (based on discord invites of a user)