Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create dev blog post for certification of Cardano stake distribution #1892

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
title: Certification of Cardano stake distribution
authors:
- name: Mithril Team
tags: [certification, cardano stake distribution]
---

### Certification of Cardano stake distribution

We have introduced the certification of **Cardano stake distribution** with the release of the new distribution [XXXX](https://github.com/input-output-hk/mithril/releases/tag/XXXX.0).

This update leverages the Mithril network to provide certified Cardano stake distribution data without requiring a full Cardano node, which is particularly useful for applications such as bridges, sidechains, and layer 2 solutions.

Key changes include:

- Certification of Cardano stake distribution at each epoch transition.
- New HTTP routes in the Aggregator REST API to access this certified data.
- Updates to the Mithril client library and CLI for retrieving and verifying Cardano stake distribution.
- WASM client support for these functionalities.
- Mithril Explorer now displays certified Cardano stake distribution.

For any inquiries or assistance, don't hesitate to reach out to the team on the [Discord channel](https://discord.gg/5kaErDKDRq).
Loading