-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Add a client demo that requests airdrops from solana-drone #343
Comments
@aeyakovenko, can you help us scope this ticket? After this client demo gets some tokens, what should it do? We already have a TPS-focused demo. Should this one do something much simpler like send a handful of transactions and check up on them? |
@garious edited |
My current plan is to fix #307 first then use the cloud infra developed there to run the drone as well. @CriesofCarrots, I'm guessing you're working on #342 first as well? |
Yes, exactly, sounds great. |
De-assigning myself, as the infra part of this is all done. If I can help with something else here please LMK |
solana-client-demo
is configured withmint-demo.json
, which includes mint's keypair. That gives the demo access to all unallocated tokens. We need a new client demo that doesn't have access to that keypair and instead requests tokens fromsolana-drone
(#342). Using the drone to request an airdrop will allow many different users should be able to run this demo without concern that tokens will all be used up by another user.The text was updated successfully, but these errors were encountered: