Xogmios - an Elixir client for Ogmios

I’ve recently launched Xogmios, an Elixir library to communicate with a Cardano node.

An Elixir client for Ogmios.

Ogmios is a lightweight bridge interface for a Cardano node. It offers a WebSockets API that enables local clients to speak Ouroboros’ mini-protocols via JSON/RPC. - https://ogmios.dev/

Mini-Protocols supported by this library:

  • Chain Synchronization
  • State Query (partially supported)
  • Mempool Monitoring
  • Tx Submission

See Examples section below for information on how to use this library.

3 Likes