Skip to content

Commit 895f3a1

Browse files
committed
update README
1 parent b9eefaf commit 895f3a1

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ The project involves the use of zk-SNARK, which is a powerful cryptographic tech
88

99
By combining zk-SNARK with Merkle Tree, both the integrity and consistency of the data can be validated, while preserving transaction privacy. The prover can use zk-SNARK to prove that they know a Merkle proof that meets specific conditions without revealing the contents of the proof. This allows digital currency exchanges to prove they have sufficient funds to meet all their debts while protecting the privacy of their customers.
1010

11+
12+
## Initial Merkle Tree Verification Method
13+
14+
Gate.io was one of the earliest cryptocurrency exchanges to implement asset verification using Merkle Tree technology. Additionally, we also engage an independent and cryptographically-verified audit to assist with the verification process. For more details, please refer to the **[merkle-proof](https://github.com/gateio/proof-of-reserves/tree/merkle-proof)** branch.
15+
16+
1117
## Preparations
1218

1319
### Install databases
@@ -151,7 +157,16 @@ If you need to compile binary programs for other platforms on a `Mac` computer,
151157

152158
After the keygen service is complete, several key files will be generated in the current directory, as follows:
153159

154-
> zkpor864.ccs.ct.save zkpor864.ccs.save zkpor864.pk.A.save zkpor864.pk.B1.save zkpor864.pk.B2.save zkpor864.pk.E.save zkpor864.pk.K.save zkpor864.vk.save zkpor864.pk.Z.save
160+
161+
> zkpor864.ccs.ct.save
162+
> zkpor864.ccs.save
163+
> zkpor864.pk.A.save
164+
> zkpor864.pk.B1.save
165+
> zkpor864.pk.B2.save
166+
> zkpor864.pk.E.save
167+
> zkpor864.pk.K.save
168+
> zkpor864.vk.save
169+
> zkpor864.pk.Z.save
155170
156171
If the Batch is set to 4, it will be `zkpor4.*.save`.
157172

0 commit comments

Comments
 (0)