Skip to content

Commit

Permalink
Add blog post about new mithril client library released
Browse files Browse the repository at this point in the history
  • Loading branch information
jpraynaud committed Nov 27, 2023
1 parent d5aca1f commit b390f5e
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions docs/website/blog/2023-11-27-mithril-client-library-released.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: Mithril client library is released!
authors:
- name: Mithril Team
tags: [spo, mithril client, library, crates.io]
---

### Mithril client library is open to developers on crates.io

The Mithril team has published the first release (**v0.5.7)** of its [mithril-client](https://crates.io/crates/mithril-client) library on crates.io.

The **Mithril client library** allows developers to use all the tooling necessary to manipulate Mithril certified types from a Mithril Aggregator directly in their (Rust) applications and to develop their own Mithril clients!

Here are some useful documentation that can be used by developers:
- **Developer documentation**: https://docs.rs/mithril-client/0.5.7/mithril_client/
- **Example of implementations**:https://github.com/input-output-hk/mithril/blob/main/mithril-client/examples/
- **Mithril client repository**: https://github.com/input-output-hk/mithril/tree/main/mithril-client
- **Crates.io**: https://crates.io/crates/mithril-client

Feel free to reach out to us on the [Discord channel](https://discord.gg/5kaErDKDRq) for questions and/or help.

0 comments on commit b390f5e

Please sign in to comment.