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

Implement canonical JSON serialization of aplicable primitives #89

Closed
scarmuega opened this issue Apr 23, 2022 · 0 comments · Fixed by #90, #93 or #94
Closed

Implement canonical JSON serialization of aplicable primitives #89

scarmuega opened this issue Apr 23, 2022 · 0 comments · Fixed by #90, #93 or #94
Assignees
Labels
enhancement New feature or request

Comments

@scarmuega
Copy link
Member

Primitives such as PlutusData and NativeScript have a canonical way of being represented in JSON format allowing them to be shared between tools (eg: cardano-cli).

We plan to implement this JSON serialization / deserialization logic as part of the pallas-primitives crate as an optional feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment