Skip to content

Commit 6092733

Browse files
committed
add JavaScript MDK to clients list, and slightly rework client lists display.
1 parent 87a1496 commit 6092733

14 files changed

Lines changed: 54 additions & 33 deletions

File tree

.github/clients/cpp.png

-126 KB
Binary file not shown.

.github/clients/csharp.png

-9.05 KB
Binary file not shown.

.github/clients/elixir.png

-18.3 KB
Binary file not shown.

.github/clients/go.png

-2.91 KB
Binary file not shown.

.github/clients/java.png

-5.84 KB
Binary file not shown.

.github/clients/kotlin.png

-3.5 KB
Binary file not shown.

.github/clients/python.png

-9.14 KB
Binary file not shown.

.github/clients/typescript.png

-2.29 KB
Binary file not shown.

README.md

Lines changed: 20 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@
1515

1616
| Ogmios | Cardano-node (mainnet, preview, preprod) |
1717
| --- | --- |
18-
| **`v6.11.*`** | **`10.1.2`, `10.1.3`, `10.1.4`** |
18+
| **`v6.13.*`** | **`10.1.2`, `10.1.3`, `10.1.4`** |
19+
| `v6.12.*` | `10.1.2`, `10.1.3`, `10.1.4` |
20+
| `v6.11.*` | `10.1.2`, `10.1.3`, `10.1.4` |
1921
| `v6.10.*` | `10.1.2`, `10.1.3`, `10.1.4` |
2022
| `v6.9.*` | `10.1.2`, `10.1.3` |
2123
| `v6.8.*` | `9.2.0`, `9.1.1` |
@@ -108,16 +110,23 @@ Finally, [discussions 💡][discussions] contains ongoing discussions regarding
108110

109111
Ogmios provides a language-agnostic API which can be implemented using any WebSocket or HTTP client. If you prefer using a SDK in your favorite language, see below the available clients (_maintained by the community_):
110112

111-
<table align="center"><thead><tr>
112-
<td align="center"><img height=72 width=72 src=".github/clients/typescript.png" alt="Logo:TypeScript"><br/><a href="https://ogmios.dev/typescript/api/modules/_cardano_ogmios_client.html"><strong>TypeScript</strong></a></td>
113-
<td align="center"><img height=72 width=72 src=".github/clients/go.png" alt="Logo:Go"><br/><a href="https://github.com/savaki/ogmigo/#readme"><strong>Go</strong></a></td>
114-
<td align="center"><img height=72 width=72 src=".github/clients/kotlin.png" alt="Logo:Kotlin"><br/><a href="https://github.com/projectNEWM/kogmios#readme"><strong>Kotlin</strong></a></td>
115-
<td align="center"><img height=72 width=72 src=".github/clients/java.png" alt="Logo:Java"><br/><a href="https://github.com/adabox-aio/ogmios-java-client.git#readme"><strong>Java</strong></a></td>
116-
<td align="center"><img height=72 width=72 src=".github/clients/python.png" alt="Logo:Python"><br/><a href="https://ogmios-python.readthedocs.io/en/latest/examples/index.html"><strong>Python</Strong></a></td>
117-
<td align="center"><img height=72 width=72 src=".github/clients/elixir.png" alt="Logo:Python"><br/><a href="https://github.com/wowica/xogmios"><strong>Elixir</Strong></a></td>
118-
<td align="center"><img height=72 width=72 src=".github/clients/cpp.png" alt="Logo:C++"><br/><a href="https://gitlab.com/viperscience/libogmios"><strong>C++</Strong></a></td>
119-
<td align="center"><img height=72 width=72 src=".github/clients/csharp.png" alt="Logo:CSharp"><br/><a href="https://github.com/ItsDaveB/OgmiosDotnet"><strong>C#</Strong></a></td>
120-
</tr><thead></table>
113+
<table align="center"><thead>
114+
<tr>
115+
<td align="center"><a href="https://github.com/cardanosolutions/ogmios-mdk?tab=readme-ov-file#ogmios---minimal-development-kit"><img height=72 width=72 src="docs/static/images/clients/javascript.svg" alt="Logo:JavaScript"><br/><strong>JavaScript</strong></a></td>
116+
<td align="center"><a href="https://ogmios.dev/typescript/api/modules/_cardano_ogmios_client.html"><img height=72 width=72 src="docs/static/images/clients/typescript.svg" alt="Logo:TypeScript"><br/><strong>TypeScript</strong></a></td>
117+
<td align="center"><a href="https://github.com/SundaeSwap-finance/ogmigo/#readme"><img height=72 width=72 src="docs/static/images/clients/go.png" alt="Logo:Go"><br/><strong>Go</strong></a></td>
118+
</tr>
119+
<tr>
120+
<td align="center"><a href="https://github.com/projectNEWM/kogmios#readme"><img height=72 width=72 src="docs/static/images/clients/kotlin.png" alt="Logo:Kotlin"><br/><strong>Kotlin</strong></a></td>
121+
<td align="center"><a href="https://github.com/adabox-aio/ogmios-java-client.git#readme"><img height=72 width=72 src="docs/static/images/clients/java.png" alt="Logo:Java"><br/><strong>Java</strong></a></td>
122+
<td align="center"><a href="https://ogmios-python.readthedocs.io/en/latest/examples/index.html"><img height=72 width=72 src="docs/static/images/clients/python.png" alt="Logo:Python"><br/><strong>Python</strong></a></td>
123+
<tr>
124+
</tr>
125+
<td align="center"><a href="https://github.com/wowica/xogmios"><img height=72 width=72 src="docs/static/images/clients/elixir.png" alt="Logo:Python"><br/><strong>Elixir</strong></a></td>
126+
<td align="center"><a href="https://gitlab.com/viperscience/libogmios"><img height=72 width=72 src="docs/static/images/clients/cpp.png" alt="Logo:C++"><br/><strong>C++</strong></a></td>
127+
<td align="center"><a href="https://github.com/ItsDaveB/OgmiosDotnet"><img height=72 width=72 src="docs/static/images/clients/csharp.png" alt="Logo:CSharp"><br/><strong>C#</strong></a></td>
128+
</tr>
129+
<thead></table>
121130

122131
## Sponsors
123132

docs/content/clients/_index.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,16 @@ pre = "<b>3. </b>"
99

1010
There exists a variety of clients for Ogmios. Initially, the TypeScript client was developed alongside the server as a proof-of-concept. Over time, amazing community members have developed new clients in their favorite languages:
1111

12-
<table class="clients" align="center"><thead><tr>
13-
<td align="center"><img src="/images/clients/typescript.png" alt="Logo:TypeScript"><br/><a href="https://ogmios.dev/typescript/api/modules/_cardano_ogmios_client.html"><strong>TypeScript</strong></a></td>
14-
<td align="center"><img src="/images/clients/go.png" alt="Logo:Go"><br/><a href="https://github.com/SundaeSwap-finance/ogmigo#readme"><strong>Go</strong></a></td>
15-
<td align="center"><img src="/images/clients/kotlin.png" alt="Logo:Kotlin"><br/><a href="https://github.com/projectNEWM/kogmios#readme"><strong>Kotlin</strong></a></td>
16-
<td align="center"><img src="/images/clients/java.png" alt="Logo:Java"><br/><a href="https://github.com/adabox-aio/ogmios-java-client.git#readme"><strong>Java</strong></a></td>
17-
<td align="center"><img src="/images/clients/python.png" alt="Logo:Python"><br/><a href="https://ogmios-python.readthedocs.io/en/latest/examples/index.html"><strong>Python</Strong></a></td>
18-
<td align="center"><img src="/images/clients/elixir.png" alt="Logo:Elixir"><br/><a href="https://github.com/wowica/xogmios"><strong>Elixir</Strong></a></td>
19-
<td align="center"><img src="/images/clients/cpp.png" alt="Logo:C++"><br/><a href="https://gitlab.com/viperscience/libogmios"><strong>C++</Strong></a></td>
20-
<td align="center"><img height=72 width=72 src="/images/clients/csharp.png" alt="Logo:CSharp"><br/><a href="https://github.com/ItsDaveB/OgmiosDotnet"><strong>C#</Strong></a></td>
21-
</tr><thead></table>
12+
<nav class="clients">
13+
<a href=""><img src="/images/clients/javascript.svg" alt="Logo:JavaScript"><strong>JavaScript</strong></a>
14+
<a href="https://ogmios.dev/typescript/api/modules/_cardano_ogmios_client.html"><img src="/images/clients/typescript.svg" alt="Logo:TypeScript"><strong>TypeScript</strong></a>
15+
<a href="https://github.com/SundaeSwap-finance/ogmigo#readme"><img src="/images/clients/go.png" alt="Logo:Go"><strong>Go</strong></a>
16+
<a href="https://github.com/projectNEWM/kogmios#readme"><img src="/images/clients/kotlin.png" alt="Logo:Kotlin"><strong>Kotlin</strong></a>
17+
<a href="https://github.com/adabox-aio/ogmios-java-client.git#readme"><img src="/images/clients/java.png" alt="Logo:Java"><strong>Java</strong></a>
18+
<a href="https://ogmios-python.readthedocs.io/en/latest/examples/index.html"><img src="/images/clients/python.png" alt="Logo:Python"><strong>Python</strong></a>
19+
<a href="https://github.com/wowica/xogmios"><img src="/images/clients/elixir.png" alt="Logo:Elixir"><strong>Elixir</strong></a>
20+
<a href="https://gitlab.com/viperscience/libogmios"><img src="/images/clients/cpp.png" alt="Logo:C++"><strong>C++</strong></a>
21+
<a href="https://github.com/ItsDaveB/OgmiosDotnet"><img src="/images/clients/csharp.png" alt="Logo:CSharp"><strong>C#</strong></a>
22+
</nav>
2223

2324
In this manual, we cover some usage of the TypeScript client. For other clients, please refer to their respective projects and maintainers.

0 commit comments

Comments
 (0)