Skip to content

Add dev blog post to announce Mithril client npm package #1454

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

Merged
merged 2 commits into from
Jan 23, 2024
Merged
Show file tree
Hide file tree
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,19 @@
---
title: Mithril client npm package is released!
authors:
- name: Mithril Team
tags: [wasm, web assembly, mithril client, library, npm, registry]
---

### Mithril client npm is open to developers on npmjs.com

The Mithril team has published the first release (**v0.1.7)** of its [mithril-client-wasm](https://www.npmjs.com/package/@mithril-dev/mithril-client-wasm) npm package on npmjs.com.

The **Mithril client npm package** allows developers to use all the tooling necessary to manipulate Mithril certified types from a Mithril Aggregator directly in their (web) applications and to develop their own Mithril clients in any supported browser!

Here are some useful documentation that can be used by developers:
- **Example of implementations**: https://mithril.network/doc/manual/developer-docs/nodes/mithril-client-library-wasm
- **Mithril client npm package repository**: https://github.com/input-output-hk/mithril/tree/main/mithril-client-wasm
- **npm**: https://www.npmjs.com/package/@mithril-dev/mithril-client-wasm

Feel free to reach out to us on the [Discord channel](https://discord.gg/5kaErDKDRq) for questions and/or help.
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,7 @@ The Mithril client library is compatible with the following browsers:
| **Opera Android** | `41` | 2016-10-25 | - |
| **Safari on iOS** | `15.4` | 2022-03-14 | - |


:::warning

The package is not yet released (it will be published soon on [npm](https://www.npmjs.com/)). In the meantime, you can test the librayr by compiling it from [Mithril repository](https://github.com/input-output-hk/mithril/tree/main/mithril-client-wasm).

:::

In your Javascript project, use `npm` to add [mithril-client]https://www.npmjs.com/package/@mithril-dev/mithril-client-wasm) library as a dependency:
In your Javascript project, use `npm` to add [mithril-client-wasm](https://www.npmjs.com/package/@mithril-dev/mithril-client-wasm) library as a dependency:

```bash
npm i @mithril-dev/mithril-client-wasm
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,6 @@ The Mithril client library is compatible with the following browsers:
| **Opera Android** | `41` | 2016-10-25 | - |
| **Safari on iOS** | `15.4` | 2022-03-14 | - |


:::warning

The package is not yet released (it will be published soon on [npm](https://www.npmjs.com/)). In the meantime, you can test the librayr by compiling it from [Mithril repository](https://github.com/input-output-hk/mithril/tree/main/mithril-client-wasm).

:::

In your Javascript project, use `npm` to add [mithril-client]https://www.npmjs.com/package/@mithril-dev/mithril-client-wasm) library as a dependency:

```bash
Expand Down