We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5026b81 commit 28b6b80Copy full SHA for 28b6b80
1 file changed
README.md
@@ -13,8 +13,7 @@ Herein outlines the components of the project and their purposes.
13
14
This contract provides the store for arbitrary DA blobs. In practice, these "blobs" are sequencing data from rollups, but they can be any data.
15
16
-NEAR blockchain state storage is pretty cheap. At the time of writing, 100KiB is a flat fee of 1NEAR.
17
-To limit the costs of NEAR storage even more, we don't store the blob data in the blockchain state.
+NEAR blockchain state storage is pretty cheap. To limit the costs of NEAR storage even more, we don't store the blob data in the blockchain state.
18
19
It works by taking advantage of NEAR consensus around receipts.
20
When a chunk producer processes a receipt, there is consensus around the receipt.
0 commit comments