plutus-pab-1.2.0.0
Safe Haskell None
Language Haskell2010

Plutus.PAB.LocalCluster.Run

Description

Start a local cluster of cardano nodes and PAB(s)

Synopsis

Documentation

launchChainIndex :: FilePath -> RunningNode -> IO ChainIndexPort Source #

Launch the chain index in a separate thread.

launchPAB Source #

Arguments

:: forall a. ( Show a, Ord a, FromJSON a, ToJSON a, Pretty a, MimeUnrender JSON a, HasDefinitions a, ToSchema a)
=> BuiltinHandler a
-> Text

Passphrase

-> FilePath

Temp directory

-> BaseUrl

wallet url

-> RunningNode

Socket path

-> ChainIndexPort

Port of the chain index

-> IO ()

Launch the PAB in a separate thread.