|
15 | 15 |
|
16 | 16 | | Ogmios | Cardano-node (mainnet, preview, preprod) | |
17 | 17 | | --- | --- | |
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` | |
19 | 21 | | `v6.10.*` | `10.1.2`, `10.1.3`, `10.1.4` | |
20 | 22 | | `v6.9.*` | `10.1.2`, `10.1.3` | |
21 | 23 | | `v6.8.*` | `9.2.0`, `9.1.1` | |
@@ -108,16 +110,23 @@ Finally, [discussions 💡][discussions] contains ongoing discussions regarding |
108 | 110 |
|
109 | 111 | 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_): |
110 | 112 |
|
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> |
121 | 130 |
|
122 | 131 | ## Sponsors |
123 | 132 |
|
|
0 commit comments