NomicFoundation / edr

An Ethereum development runtime implementation that can be reused to build new developer tools.
MIT License
57 stars 12 forks source link

Add proper support for blobs in JSON-RPC methods #318

Open fvictorio opened 8 months ago

fvictorio commented 8 months ago

See https://github.com/NomicFoundation/hardhat/issues/4840

This needs to be defined. Some initial questions:

0xneves commented 8 months ago

Hey @fvictorio first of all thank you for the initiative!

Do you know where currently we can code smart contracts with blobhash support?