Skip to content
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

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

MarkSackerberg
Copy link
Collaborator

No description provided.

Copy link

vercel bot commented Jan 6, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
developer-hub ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 14, 2025 3:45pm

@MarkSackerberg MarkSackerberg changed the title Claim based SPL token airdrop Claim based SPL token airdrop through gumdrop Jan 14, 2025
@MarkSackerberg MarkSackerberg marked this pull request as ready for review January 14, 2025 15:44
Copy link
Contributor

@L0STE L0STE left a 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:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- 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:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants