We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
System design: https://excalidraw.com/#json=curpA9Oidkvos4QTQHqET,KHZ4Y8j9aN3HbSmJ6N-kyw
Send flow
sender
x
receiver
user_bal
sender.balance >= x
state merkle tree
n
Mint flow
Withdraw flow
Proving remains a blocker.
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
No branches or pull requests
System design: https://excalidraw.com/#json=curpA9Oidkvos4QTQHqET,KHZ4Y8j9aN3HbSmJ6N-kyw
Send flow
sender
) want to sendx
eth toreceiver
) user_balance db #3.user_bal
: (address, balance)sender.balance >= x
user_balance db #3 .state merkle tree
: Givensender
andx
eth, find the leaves owner bysender
in merkle tree that have total balance >=x
eth.sender
authorization and reply to the GQL request with these messages.n
messages from queue and batch prove them.n
messages.Mint flow
Withdraw flow
Proving remains a blocker.
The text was updated successfully, but these errors were encountered: