-
Notifications
You must be signed in to change notification settings - Fork 295
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
docs(examples): simple asset transfer in the new architecture #334
Labels
API_Server
Developer_Experience
documentation
Improvements or additions to documentation
enhancement
New feature or request
P1
Priority 1: Highest
Milestone
Comments
Hello @petermetz can you assign this to me? Thank you |
Hello @jagpreetsinghsasan I am also helping on this one, Thanks! |
Created spike #2655 so that @ruzell22 and @aldousalvarez can estimate the complexity of this task |
This was referenced Oct 17, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
API_Server
Developer_Experience
documentation
Improvements or additions to documentation
enhancement
New feature or request
P1
Priority 1: Highest
Description
As a developer/contributor I want to have updated documentation about the simple asset transfer demo that I saw during the Hyperledger Global Forum 2020 talk so that I am not confused about the fact that (currently) there is no such documentation since we've moved over to the new architecture.
Context:
A fully fledged example has been developed as part of v0.2.0, but it does not do asset transfer yet so it only partially resolved the
original version of this issue (OG is here: #189 )
See also my comment: #189 (comment)
Update 2023-09-15
More information about what a simple asset transfer was in the old architecture
See the code of it: https://github.com/hyperledger/cacti/tree/feadee73f350b5ffb84aa9aba0435eeb7697fecb/packages/core/examples/simple-asset-transfer
See a demo of it from way back when we moved up from the labs to be an incubation project: https://youtu.be/fgYrUIc_-sU?t=679
Simple asset transfer logic of the code that I linked above:
It's not an atomic transfer.
Acceptance Criteria
1.The simple asset transfer use-case is re-written from scratch to match the new arch
7. The new documentation closes the loop regarding asset export verification and error handling as well (thanks to Arnaud for pointing out the lack of these)
Depends upon #2655
The text was updated successfully, but these errors were encountered: