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

Support PlutusV3Script #375

Closed
wants to merge 3 commits into from

Conversation

MizukiSonoko
Copy link

Hello, I tryed to develop dApps using aiken with this document,
https://aiken-lang.org/example--hello-world/end-to-end/pycardano

In this section, it imports PlutusV3Script from pycardano.

from pycardano import (
    BlockFrostChainContext,
    PaymentSigningKey,
    PlutusV3Script,
    ScriptHash,
)

but I couldn't find PlutusV3Script in pycardano.

so, I try to make pycardano support PlutusV3Script.
(Sorry for I'm beginner aiken developer, maybe this PR contains mistake, weak test code. Could you review it)

regards

@MizukiSonoko
Copy link
Author

Sorry I found duplicated PR #371

@cffls
Copy link
Collaborator

cffls commented Sep 17, 2024

Thanks for your contribution! You are right, PlutusV3 is supported in the chang branch. Will make a new release soon.

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.

2 participants