x
1
2
3
4
5
6
7
8
9
10
<form action="/airdrop" method="post" class="inline"> <input type="hidden" name="address" value="7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU" /> <input type="hidden" name="network" value="devnet" /> <button type="submit" class="inline-flex items-center gap-2 px-4 py-2 bg-emerald-600 hover:bg-emerald-700 text-white font-medium rounded-lg text-sm transition-colors cursor-pointer"> <svg xmlns="http://www.w3.org/2000/svg" class="h-4 w-4" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"> <path stroke-linecap="round" stroke-linejoin="round" d="M12 4v16m8-8H4" /> </svg> Airdrop 1 SOL </button></form>1
2
3
4
render(Solrengine::Ui::AirdropButtonComponent.new( address: "7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU", network: "devnet"))No notes provided.
No params configured.