Skip to content

Commit

Permalink
Add blogs folder
Browse files Browse the repository at this point in the history
  • Loading branch information
DemogorGod committed Oct 2, 2023
1 parent 040addb commit 08de9e9
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 2 deletions.
12 changes: 12 additions & 0 deletions apps/landing/src/blogs/blog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Casimir is Live on Goerli!

We're proud to announce that our distributed, self custody ETH staking platform, Casimir, is live on the ETH Goerli Testnet. Casimir is powered by distributed key generation and distributed validator technology. The Casimir SelfStake manager offers an approach where stakers can directly deposit any amount of ETH to high-performing Ethereum operators. This approach minimizes counterparty risk for users and enhances the decentralization of Ethereum staking:

- Validators duties are performed by openly registered (and collateralized) operators running distributed validator technology (DVT)
- Keys are trustlessly managed using zero-coordination distributed key generation (DKG)
- Automated actions (like compounding stake or handling a slash) are carried out by a decentralized oracle network (DON)
- The staking user experience is improved by wrapping staking contract actions using account abstraction.

By creating a smart contract primitive that trustlessly connects stakers and node operators, we create a customizable staking process that allows users to access new staking features, such as restaking. Over the next few weeks we'll be introducing some of these additional features to our platform.

EigenLayer Integration coming soon
4 changes: 2 additions & 2 deletions apps/landing/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -975,11 +975,11 @@ ul li {
}

.faq__item__a {
display: none;
/* display: none; */
}

.faq__item__a:active {
display: block;
/* display: block; */
}

.roadmap {
Expand Down
34 changes: 34 additions & 0 deletions apps/landing/src/pages/blog/Blog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,40 @@
<h1 class="text-2">
Blog
</h1>
<router-view />
</div>
</section>


<section class="footer">
<div class="footer__container">
<span class="c">© 2023 Casimir. All rights reserved.</span>
<ul>
<li>
<a
href="https://api.casimir.co"
target="_blank"
>API Reference</a>
</li>
<li>
<a
href="/"
target="_blank"
>Discord</a>
</li>
<li>
<a
href="https://github.com/consensusnetworks/casimir"
target="_blank"
>GitHub</a>
</li>
<li>
<a
href="/"
target="_blank"
>Contact Us</a>
</li>
</ul>
</div>
</section>
</div>
Expand Down

0 comments on commit 08de9e9

Please sign in to comment.