Skip to content

alegadea/haskell-sdk

Maestro Logo

Haskell SDK for the Maestro Dapp Platform

Getting Started

  1. Add maestro-sdk to the build-depends of your project.
  2. Create a Maestro API key.
  3. Create environment for accessing the API:
import Maestro.Client.Env

myEnvPreprod <- mkMaestroEnv @'V0 "Your-API-Key" Preprod
myEnvMainnet <- mkMaestroEnv @'V0 "Your-API-Key" Mainnet
  1. Example: chain tip
getChainTip myEnvPreprod  -- Preprod
getChainTip myEnvMainnet  -- Mainnet

Other endpoints in the General category can be exmained in the Maestro.Client.General Haddock module.

Documentation

Contributing

Meastro welcomes all contributors! Please see our contributing guidelines and code of conduct.

About

Haskell SDK for the Maestro Dapp Platform

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Haskell 98.8%
  • Nix 1.2%