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

Transaction views #9

Open
Tracked by #4
AlKun25 opened this issue Feb 1, 2024 · 0 comments
Open
Tracked by #4

Transaction views #9

AlKun25 opened this issue Feb 1, 2024 · 0 comments
Labels
backend || API blockchain To change logic or code in relation to blockchain UI/UX When the issues involves work with frontend

Comments

@AlKun25
Copy link
Owner

AlKun25 commented Feb 1, 2024

Description

The blocks in our blockchain are transactions between different parts of our food supply chain. We have previously defined what block needs to contain based on the user profiles in #2 . So we can now define interfaces for interacting with the blockchain system.

Views

NOTE: Keep this section updated
There are at least two views that we need to define in relation to the transactions that occur in the blockchain.

  1. Add transaction: basic adding a single block to the blockchain, which can be accomplished using the current mine_block endpoint.
  2. View transaction: could be similar to Visualization of produce chain #3
@AlKun25 AlKun25 mentioned this issue Feb 1, 2024
6 tasks
@AlKun25 AlKun25 added UI/UX When the issues involves work with frontend blockchain To change logic or code in relation to blockchain backend || API labels Feb 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend || API blockchain To change logic or code in relation to blockchain UI/UX When the issues involves work with frontend
Projects
None yet
Development

No branches or pull requests

1 participant