Skip to content

Instantly share code, notes, and snippets.

@j-mueller
j-mueller / BlockfrostProxy.hs
Created January 16, 2025 11:01
Blockfrost Proxy
{-# LANGUAGE OverloadedStrings #-}
{-| Blockfrost proxy that injects the auth header with the API key
into all requests
-}
module Wst.Server.BlockfrostProxy(
BlockfrostProxy,
runBlockfrostProxy
) where
import Control.Exception (bracket_)