You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**MLabsPAB.Server** Servant server, handling http endpoint calls and websockets
107
-
-**MLabsPAB.Contract** handling contract effects by creating the necessary files and calling cardano-cli commands (a few effects are mocked)
108
-
-**MLabsPAB.PreBalance** doing some preparations so the cli can process the rest (non-ada asset balancing, addig tx inputs, adding minimum lovelaces, add signatories)
109
-
-**MLabsPAB.CardanoCLI** wrappers for cardano-cli commands
105
+
-**BotPlutusInterface** main entry point
106
+
-**BotPlutusInterface.Server** Servant server, handling http endpoint calls and websockets
107
+
-**BotPlutusInterface.Contract** handling contract effects by creating the necessary files and calling cardano-cli commands (a few effects are mocked)
108
+
-**BotPlutusInterface.PreBalance** doing some preparations so the cli can process the rest (non-ada asset balancing, addig tx inputs, adding minimum lovelaces, add signatories)
109
+
-**BotPlutusInterface.CardanoCLI** wrappers for cardano-cli commands
110
110
- For development purposes, I created an ssh wrapper, so I can call relay these commands through an ssh connection. This is not nice, unsafe, and pretty slow, so I'm hoping to get rid of this pretty soon.
111
-
-**MLabsPAB.UtxoParser** parse the output of the `cardano-cli query utxo` command
112
-
-**MLabsPAB.Files** functions for handling script, datum and redeemer files
113
-
-**MLabsPAB.Types** configuration for the fake pab
114
-
-**MLabsPAB.PreBalance** prepare a transaction before sending to the cli for balancing. This includes:
111
+
-**BotPlutusInterface.UtxoParser** parse the output of the `cardano-cli query utxo` command
112
+
-**BotPlutusInterface.Files** functions for handling script, datum and redeemer files
113
+
-**BotPlutusInterface.Types** configuration for the fake pab
114
+
-**BotPlutusInterface.PreBalance** prepare a transaction before sending to the cli for balancing. This includes:
115
115
- adding tx inputs to cover fees and outputs
116
116
- adding collaterals,
117
117
- modifying tx outs to contain the minimum amount of lovelaces
0 commit comments