1-0-1-Labs / discord_parser

parsing info from discord, wallet addresses etc.
2 stars 0 forks source link

Sent SPL tokens to users #2

Open selimerunkut opened 2 years ago

selimerunkut commented 2 years ago

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)

selimerunkut commented 2 years ago

@0x471 we will probably not need to send the tokens ourselves