Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Datum #91

Closed
wants to merge 119 commits into from
Closed

Datum #91

wants to merge 119 commits into from

Conversation

aleeusgr
Copy link
Owner

@aleeusgr aleeusgr commented May 11, 2023

@aleeusgr
Copy link
Owner Author

aleeusgr commented May 11, 2023

struct Datum {
owner: PubKeyHash
}

const datum = Data.to(
new Constr(0, [new Constr(0, [paymentCredential?.hash!])]),
);

@aleeusgr
Copy link
Owner Author

@aleeusgr
Copy link
Owner Author

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

Repository owner locked and limited conversation to collaborators May 15, 2023
Repository owner unlocked this conversation May 15, 2023
@aleeusgr aleeusgr closed this May 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant