-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Claim based SPL token airdrop through gumdrop #297
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Really enjoyed how you structure the conclusion, we should probably implement it in our guide template going forward. Added some nit that need fixing imo.
Additionally imo it would make sense to add this guide to the Token Metadata section too and use a callback to the general guide section where it's stored.
|
||
## Distribution Methods | ||
|
||
To distribute the proofs to the users gumdrop supports multiple distribution methods. Wallet-based distribution is recommended for: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To distribute the proofs to the users gumdrop supports multiple distribution methods. Wallet-based distribution is recommended for: | |
To distribute the proofs to the users, gumdrop supports multiple distribution methods. Wallet-based distribution is recommended for: |
- Direct wallet verification | ||
|
||
For wallet distribution, you'll need to either | ||
- send your users a claim URL containing the required proof data. There are for example Discord Bots that can help you with this. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- send your users a claim URL containing the required proof data. There are for example Discord Bots that can help you with this. | |
- Send your users a claim URL containing the required proof data, using one of the already available Discord Bots |
- Discord through Discord API | ||
|
||
## Distribution List Setup | ||
After creating the SPL token, you need to create a distribution list. This list defines who can claim tokens and how many they can claim. This data is used to: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After creating the SPL token, you need to create a distribution list. This list defines who can claim tokens and how many they can claim. This data is used to: | |
After creating the SPL token, you need to create a distribution list. This list defines who can claim tokens and the amount. This data is used to: |
``` | ||
|
||
{% callout type="note" title="Gumdrop Keypair" %} | ||
The CLI will create a `.log` folder containing a keypair. Save it. You need it to close the Gumdrop and recover unclaimed tokens. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The CLI will create a `.log` folder containing a keypair. Save it. You need it to close the Gumdrop and recover unclaimed tokens. | |
The CLI will create a `.log` folder containing a keypair. Save it since you will need it to close the Gumdrop account and recover any unclaimed tokens. |
No description provided.