I just published a walkthrough on sending EIP-4844 blob transactions with ethers.js and kzg-wasm!
If you’re curious about:
- How to send blobs on Ethereum today
- Working Sepolia RPC endpoints
- Using KZG commitments and proofs
- Attaching blobs to contract calls
This guide takes you from setup to a full working example, including a TypeScript repo I built: https://github.com/0xKurt/eip-4844-ethers-examples
https://medium.com/@Kurt0x/sending-eip-4844-blob-transactions-using-ethers-js-and-kzg-wasm-d84224be6b81
Posted by k_ekse