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

BN-623 Completed first version of Java/Scala processors #3

Merged
merged 5 commits into from
Sep 26, 2022

Conversation

mundacho
Copy link
Collaborator

@mundacho mundacho commented Sep 5, 2022

Purpose

The purpose of this PR is to add support for the minting and transfer of assets in the DAML/Bifrost library.

Approach

We will create several Processors, which will handle the different operations with respect to the Bifrost node. In particular, the transactions need to be custom built to enable the possibility to keep each asset in its own box.

Testing

The testing is done using a local private network running on a local docker container.

Tickets

Topl/daml-on-bifrost#13

This version works and actually mints an asset. However, it does
not work as expected. Indeed, it should keep the different assets
in their respective boxes.
This version works but does minimal validations. One could say
that it is in POC level.
@mundacho mundacho marked this pull request as ready for review September 26, 2022 13:38
@mundacho mundacho changed the title Add first working version. BN-623 Completed first version of Java/Scala processors Sep 26, 2022
Copy link
Collaborator

@scasplte2 scasplte2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👂🤖📻👉🗒️

daml/Topl/Asset.daml Show resolved Hide resolved
@mundacho mundacho merged commit fc90a9d into main Sep 26, 2022
@mundacho mundacho deleted the bn-623-java-scala-implementation branch January 10, 2023 20:41
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.

4 participants