Skip to content

Commit eb30e7c

Browse files
committed
edit readme
1 parent af03483 commit eb30e7c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,15 @@ Deposits are signed by user's private key at Curve25519. Each deposited asset co
2626

2727
We use 2to2 transfers. The transactions are not signed via any keys, we use custom transaction verifier here. The fee is payable inside the zkSNARK. Input utxos are mixed with the set of random utxos.
2828

29+
To get information about received utxos the user scans all messages and tries to decrypt them. If the message is decrypted successfully, the user can manage utxo, corresponding to this message.
2930

3031
#### Withdrawals
3132

3233
The transactions are not signed, the fee is payable inside the snark. The receiver address is specified inside the public input of the snark. Input utxo is mixed with the set of random utxos.
3334

3435

3536

37+
3638
## Deploy
3739

3840
The first clone this repository via

0 commit comments

Comments
 (0)