Replies: 1 comment 3 replies
-
EthStorage是链下保存BLOB数据,链上合约保存BLOB哈希和链下数据保存的验证(通过ZK存储证明)。每个BLOB是按照以太坊标准EIP-4844,大概是128KB。但是可以多个BLOB来组成一个文件,所以理论上是没有文件大小限制的。 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
ethStorage 是在链上保存 blob 文件,它的技术实现什么样的? 有文件大小的限制的
Beta Was this translation helpful? Give feedback.
All reactions