Skip to content

Commit

Permalink
Register Ogmios TypeScript client starter kit.
Browse files Browse the repository at this point in the history
  • Loading branch information
KtorZ committed Dec 3, 2022
1 parent 77c2528 commit 25b3190
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
16 changes: 16 additions & 0 deletions kits/ogmios-ts-client/metadata.yaml
@@ -0,0 +1,16 @@
title: Ogmios TypeScript Client
logo: https://raw.githubusercontent.com/CardanoSolutions/ogmios/master/server/static/assets/logo.png
description: A Demeter starter kit that shows how to use Ogmios' Typescript client.
repository: https://github.com/cardanosolutions/ogmios-ts-client-starter-kit.git
features:
- ogmios
settings:
template: typescript
size: small
author:
name: TxPipe + CardanoSolutions
logo: https://demeter.run/assets/logos/txpipe.svg
website: https://txpipe.io
social:
twitter_handle: _KtorZ_
discord: ZeyDn65t5v
9 changes: 9 additions & 0 deletions kits/ogmios-ts-client/readme.md
@@ -0,0 +1,9 @@
# Ogmios TypeScript Client Starter Kit

This starter kit provides a NodeJS package with several examples of how to leverage Ogmios Typescript client to execute local-state-queries, local-chain-sync and local-tx-submission and local-tx-monitoring protocols against a node.

While Ogmios offers a language-agnostic API, this kit utilizes the TypeScript client that is available for Ogmios. Clients exist in other languages such as Kotlin, Go or Java.

| **Note** |
| :--- |
| Technical documentation and API reference can be found at [ogmios.dev](https://ogmios.dev/). |

0 comments on commit 25b3190

Please sign in to comment.