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

Add RM low-level interface and high-level to low-level translation #23

Draft
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

paulcadman
Copy link
Collaborator

The aim of this PR is to add a low-level Anoma interface which matches the structure of data that must be sent to the node.

The API that application developers use is called the 'high-level' interface. This PR will add a translation layer from the high-level to the low-level interface. The high-level interface can have use richer types and include facilities to improve the developer UX.

This describes the interface exposed by the transparent instantiation
of the RM specification.
Most Set operations can be done using the Juvix Set type. The only
operations that are required for the Anoma interface are those which
translate to/from the Stdlib Set type.
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.

1 participant