-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(site): apply blog styles in layout
- Loading branch information
Showing
2 changed files
with
13 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 5 additions & 5 deletions
10
site/src/routes/blog/(blog-article)/the-journey-so-far/+page.svelte
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
<h2>The Journey So Far</h2> | ||
<div class="subtitle">2023-09-26 - @union_build</div> | ||
<p class="mb-2 text-xl"> | ||
<span>2023-09-26 - <a href="x.com/union_build">@union_build</a></span> | ||
<p> | ||
Today, we are happy to announce the work we have done so far on Union, the trustless | ||
infrastructure layer for web3. Over the last six months, unionlabs was founded with nothing but an | ||
idea, a diverse skillset, and a mission to ship zkp powered infra everywhere. | ||
</p> | ||
<p class="mb-2 text-xl"> | ||
<p> | ||
We spent months building in stealthmode, heads-down, as we validated our technical assumptions. | ||
The product of that is the Union testnet, CometBLS and Galois. These components allowed us to | ||
achieve <b>IBC to Ethereum, the endgame.</b> | ||
</p> | ||
<p class="mb-2 text-xl"> | ||
<p> | ||
Union is designed around a few key principles: permissonless interopability, censorship | ||
resistance, and decentralized infrastrucutre. Anyone should be allowed to transact, with any | ||
counterparty, on any chain, and this system may not rely on massive, closed source infrastructure. | ||
</p> | ||
<p class="mb-2 text-xl"> | ||
<p> | ||
With Union, we can bring any asset natively to any chain, hook into account abstraction with ICQ, | ||
and access coproccors and storage proofs. | ||
</p> |