aleeusgr / potential-robot

minimal dApp testing suite
MIT License
3 stars 2 forks source link

Datum #91

Closed aleeusgr closed 1 year ago

aleeusgr commented 1 year ago
aleeusgr commented 1 year ago

https://github.com/aleeusgr/potential-robot/blob/03873d8b6d237739e907674032202a4a7c3190e0/src/matching-keyhash.js#L3-L5

https://github.com/aleeusgr/potential-robot/blob/03873d8b6d237739e907674032202a4a7c3190e0/tests/lucid-matching-keyhash.test.ts#L92-L94

aleeusgr commented 1 year ago
aleeusgr commented 1 year ago

Helios tx building is low level, each parameter has to be specified; Does Lucid provide improvements? I am comparing owner-only.hl from Helios examples and matching-keyhash.hl from Lucid examples to understand how to build transactions, how Datum and Redeemer data are handled in Helios and Lucid.

compare makeLift in Haskell