Skip to content

Commit

Permalink
feat(site): even better token transfer uI
Browse files Browse the repository at this point in the history
  • Loading branch information
cor committed Oct 18, 2023
1 parent f93f062 commit 21f7d4e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 3 additions & 2 deletions site/src/lib/TokenTransfer.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ onMount(async () => {
</script>


<div class="mb-8 bg-black p-4">
<div class="my-8 h-[200px]">
<div style="margin: 0 auto;" class="absolute h-[200px] max-w-4xl p-4 md:shadow-2xl left-0 md:left-[16px] right-0 md:right-[16px] bg-black md:rounded-xl">
{#if accounts === null}
Loading account...
{:else}
Expand All @@ -78,5 +79,5 @@ onMount(async () => {

<button class="px-4 mt-4 py-2 border-2 font-jetbrains border-accent text-accent">Get UNO from faucet</button>
{/if}
</div>
</div>

4 changes: 3 additions & 1 deletion site/src/routes/blog/start-of-the-endgame/+page.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,19 @@ published: true
import TokenTransfer from '$lib/TokenTransfer.svelte';
</script>

<TokenTransfer/>


Galois and CometBLS have been live on our internal testnets for a while, but now we are ready to share a brief demo in anticipation of Cosmoverse. This is the **first, tangible implementation** of an effort that has been going on for the last few years by many different teams. We proudly present the first ICS20 transfers to Sepolia (Ethereum).

<TokenTransfer/>

## Next Steps

The testnet does not have a live explorer yet, we'll be deploying that in the coming weeks, including a faucet and token transfers.

Our next demonstration will show ERC-20 to native token transfers, setting the foundation for accessing Ethereum assets natively on any appchain.


## Join the Union

If this peaked your interest:
Expand Down

0 comments on commit 21f7d4e

Please sign in to comment.