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
Copy file name to clipboardExpand all lines: ERCS/erc-7585.md
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ requires: 165, 721, 1155
13
13
14
14
## Abstract
15
15
16
-
This proposal introduces a design for `minimum value selection` storage proofs on Merkle trees. The design consists of two main components:
16
+
This proposal introduces a design for "minimum value selection" storage proofs on Merkle trees. The design consists of two main components:
17
17
18
18
1. A hashing algorithm termed MixHash, aimed to replace the commonly used Keccak256 and SHA256 algorithms.
19
19
2. Public data storage proofs. This enables anyone to present a proof to a public network, verifying their possession of a copy of specific public data marked by MixHash.
Applying this mechanism increases the cost of generating storage proofs, which deviates from our initial intent to reduce the widespread effective storage of public data. Moreover, heavily relying on a PoW-based economic model may allow Suppliers with significant advantages in PoW through specialized hardware to disrupt the basic participatory nature of the game, reducing the widespread distribution of public data. Therefore, it is advised not to enable the PoW mechanism unless absolutely necessary.
@@ -262,12 +262,15 @@ PublicDataProofDemo includes test cases written using Hardhat.
262
262
## Reference Implementation
263
263
264
264
PublicDataProof Demo
265
+
265
266
- A standard reference implementation
266
267
267
268
DMC public data inscription
269
+
268
270
- Based on public data storage certification, a complete economic model and gameplay has been designed on ETH network and BTC inscription network
269
271
270
272
Learn more background and existing attempts
273
+
271
274
- DMC Main Chain
272
275
- CYFS
273
276
@@ -280,4 +283,3 @@ The design of MixHash can support storage proofs for private files, but this req
280
283
## Copyright
281
284
282
285
Copyright and related rights waived via [CC0](../LICENSE.md).
0 commit comments