/blockfrost_api_haskell

A Haskell project that gets data from the Blockfrost API and prints current info about the Cardano network to the command line.

Primary LanguageHaskellMIT LicenseMIT

To get this project working, add a Blockfrost API key to the src/.Env file.
Then remove the . before the src/.Env file.

Run main program with cabal run main
Run REPL with cabal repl