Skip to content

Commit

Permalink
feat(site): add sepolia faucet button component
Browse files Browse the repository at this point in the history
  • Loading branch information
cor committed Oct 18, 2023
1 parent 4221fc9 commit 5fc6336
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions site/src/routes/blog/start-of-the-endgame/+page.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ published: true
import AddressesAndBalances from './AddressesAndBalances.svelte';
import FaucetButton from './FaucetButton.svelte';
import TransferUnoToEthereum from './TransferUnoToEthereum.svelte';
import SepoliaFaucetButton from './SepoliaFaucetButton.svelte';
</script>


Expand Down Expand Up @@ -46,8 +47,13 @@ On our testnet, `Galois` is running on relatively simple infrastructure. This me

On Sepolia, the zero-knowledge proof is verified inside the IBC contract stack. This verification is necessary to update the Union light client. After successful verification, an ERC-20 token representing $UNO is transferred to your wallet.

<div class="bg-black"> Show Ethereum UNO balance + loading</div>

To transfer the $UNO back, we need to obtain some Sepolia ETH for gas fees.


<SepoliaFaucetButton/>

<!-- Sepolia Faucet + Copy button -->

For the transfer back we need to wait for the acknowledgement of the initial transfer to reach Union. Acknowledgements prevent censorship attacks by provers, ensuring users never lose control of their tokens. The same light-client and packet mechanism is used to relay acknowledgements.
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<div class="bg-black">Show link to sepolia faucet</div>

0 comments on commit 5fc6336

Please sign in to comment.