sidan-lab / plutus-cborhex-automation

A Haskell package for creating RESTful API endpoints for dynamic parameterized Cardano Plutus script.
15 stars 3 forks source link

How to supply your code? #33

Closed aleeusgr closed 1 year ago

aleeusgr commented 1 year ago
  1. Add your validator to example/src
  2. Specify what you need here:

https://github.com/SIDANWhatever/plutus-cborhex-automation/blob/89ea6b7808849f92113b551a9bed9d7bd5763943/example/src/ParamScriptAPI.hs#L6

https://github.com/SIDANWhatever/plutus-cborhex-automation/blob/89ea6b7808849f92113b551a9bed9d7bd5763943/example/src/ParamScriptAPI.hs#L13

aleeusgr commented 1 year ago

Faucet

Ambiguous occurrence ‘withdrawalAmount’ https://github.com/aleeusgr/plutus-cborhex-automation/issues/5
Type error https://github.com/aleeusgr/plutus-cborhex-automation/issues/6
aleeusgr commented 1 year ago

GPTE

EscrowValidator, TreasuryValidator, ApprovalMinter, Types.

Changes in the code are needed, import Types

SIDANWhatever commented 1 year ago

Please refer to the actual implementation for this issue.