x
1
2
3
4
5
6
7
8
9
10
<span class="inline-flex items-center gap-1.5">
<button data-controller="sui-clipboard" data-sui-clipboard-text-value="7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU" data-action="click->sui-clipboard#copy" class="text-gray-400 dark:text-gray-400 text-xs font-mono bg-gray-100 dark:bg-gray-800 px-2.5 py-1.5 rounded-lg hover:bg-gray-200 dark:hover:bg-gray-700 transition-colors cursor-pointer">
<span data-sui-clipboard-target="label">7xKX...gAsU</span>
</button>
<a href="https://solscan.io/account/7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU" target="_blank" rel="noopener noreferrer" class="text-purple-600 dark:text-purple-400 hover:text-purple-500 dark:hover:text-purple-300 transition-colors">
<svg xmlns="http://www.w3.org/2000/svg" class="h-3.5 w-3.5" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2">
<path stroke-linecap="round" stroke-linejoin="round" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14" />
</svg>
</a>
</span>
1
2
3
4
5
render Solrengine::Ui::AddressComponent.new(
address: "7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU",
explorer: true,
network: "mainnet-beta"
)