Skip to content

mlabs-haskell/purescript-cardano-provider

Folders and files

NameName
Last commit message
Last commit date
Apr 3, 2025
Jan 28, 2025
Apr 3, 2025
Apr 2, 2025
Apr 3, 2025
Apr 3, 2025
Apr 3, 2025
Jan 28, 2025
Apr 3, 2025
Feb 9, 2025
Feb 9, 2025
Mar 19, 2025
Mar 19, 2025
Apr 3, 2025

Repository files navigation

purescript-cardano-provider

This library defines a unified Provider interface encapsulating various queries for interacting with the Cardano blockchain, serving as an abstraction for cardano-transaction-lib (CTL) query layer components.

The corresponding Provider type is defined in the Cardano.Provider.Type module.

The library also provides various utility types and other common types for reuse by Provider implementations, including:

  • Errors, defined in the Cardano.Provider.Error module.
  • Reusable Ogmios types, defined in the Cardano.Provider.OgmiosTypes module.
  • The ServerConfig type.
  • The Affjax request helper.