js-ipld-ethereum
js-ipld-ethereum copied to clipboard
JavaScript Implementation of All Ethereum IPLD formats
When we transform Eth blocks to objects, it's links aren't expanded out to `'/': Buffer` style IPLD links, they are just properties that point to Buffers, so when they are...
The modules in `util` are currently named with camel case. The Node.js modules are normally named with a hyphen, e.g. `cid-from-hash`. Rename all modules in `utils` to use hyphens instead...
Hello, I would like to use/test this repo, can you guys update the usage/documentation so I can test this out?
Currently, this module brings in a Native dep `[email protected]`. Would it be possible to move to `js-sha3`, the same used in `js-multihashing-async`, so that it doesn't represent a blocker for...