You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 7, 2020. It is now read-only.
Currently the client submits a transaction to the ledger and then provides the transaction hash to the backend as proof.
If the transaction is incorrect it will/should (not 100% sure this works perfectly yet) not be accepted by the backend but the transaction will already be submitted to the ledger and the funds transferred.
We could also send the signed transaction to the backend so the backend can verify it before submitting to the ledger.