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

Sending the decrypted bill of exchange to Mint for checking #264

Open
mtbitcr opened this issue Dec 16, 2024 · 0 comments
Open

Sending the decrypted bill of exchange to Mint for checking #264

mtbitcr opened this issue Dec 16, 2024 · 0 comments
Labels
enhancement Enhancement of existing code

Comments

@mtbitcr
Copy link
Contributor

mtbitcr commented Dec 16, 2024

The first action the user takes is some sort of request to mint. In it the user should pass the bill of exchange to mint for checking. In this case we do not want to pass the key from the bill immediately. So our sequence of actions will be as follows:

  • the user decrypts the bill of exchange with the key from the bill of exchange
  • the user encrypts the bill with mint keys and sends this byte array to mint.
  • mint decrypts the bill of exchange and views it in its eBill application (mint version)
    The bill of exchange can be sent either via Nostr (this is preferred) or via endpoint mint.
@mtbitcr mtbitcr added the enhancement Enhancement of existing code label Dec 16, 2024
@mtbitcr mtbitcr moved this to Todo in Mint Dec 16, 2024
@mtbitcr mtbitcr added this to Mint Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement of existing code
Projects
Status: Todo
Development

No branches or pull requests

1 participant