AI AGENT ADDONS
Web3 & Blockchain
3,206installs

Ethereum uses a special hashing method called Keccak-256. Node.js gives you a different version called SHA3-256. This mistake can break important parts of your code like selectors, signatures, and storage slots.

This skill shows you how to use the right hashing function. It works with popular tools like ethers, viem, and web3. You can avoid silent bugs and keep your Ethereum code safe.

Just use the correct Keccak-256 helpers instead of Node's crypto. Your contracts and wallets will work as expected.

Add Nodejs Keccak256 skill to your workflow

Global

mkdir -p ~/.claude/skills/nodejs-keccak256

Project

mkdir -p .claude/skills/nodejs-keccak256

Source Repository

Stars
222,953
Forks
34,145
Watchers
222,953
License
MIT
Last Push
25 days ago
Created
6 months ago