asn-d6 / blobbers

blobbers packs arbitrary data into proto-danksharded transactions and submits them over JSON-RPC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blobber

blobber packs arbitrary data into proto-danksharded transactions.

It packs data near-optimally by fiddling with the bits, which allows fitting 254 bits into each field element, compared to the naive "fit 31 bytes to field element" strategy. This allows us to pack six extra bits per field element.

Currently the code can only pack data into blobs. Next step is to submit that data to geth using JSON-RPC.

Under active development.

About

blobbers packs arbitrary data into proto-danksharded transactions and submits them over JSON-RPC


Languages

Language:Rust 100.0%