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 asset router for finternet usecase #40

Open
wants to merge 2 commits into
base: finternet-asset-demo
Choose a base branch
from

Conversation

adi-a11y
Copy link
Contributor

This Pull Request introduces new routes for dummy asset management functionalities. These routes adhere to Beckn standards, accepting specific data from the request body and responding with a Verifiable Credential (VC).

Changes:

  1. Added asset/create route for creating assets.
  2. Added asset/issue route for issuing assets.
  3. Added asset/transfer route for transferring assets.

Details:
These routes are placeholders and do not interact with the blockchain or any external system. They simulate functionality by accepting data in accordance with Beckn standards and returning a Verifiable Credential (VC) as a response.

Signed-off-by: Adi Bhagavath <[email protected]>
Copy link
Member

@amarts amarts left a comment

Choose a reason for hiding this comment

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

While this is good to get started, I would like to have VC being proper. That should put it on the path to completion.

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.

3 participants