maestro-org / haskell-sdk

Haskell SDK for the Maestro Dapp Platform

Home Page:https://haddock.gomaestro.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 "Your-API-Key" Preprod
myEnvMainnet <- mkMaestroEnv "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

https://haddock.gomaestro.org/

License:Apache License 2.0


Languages

Language:Haskell 98.3%Language:Nix 1.7%