AI AGENT ADDONS

Nodejs Keccak256

affaan-m/ecc
Web3 & Blockchain
1,145installs

Ethereum developers often make a silent but serious mistake. They use Node's built-in sha3-256 hash function. But that is not the same as Ethereum's Keccak-256. The two algorithms give different results for the same input. Node will not warn you. This can break function selectors, signatures, storage slots, and address generation.

This skill gives you the right code for Keccak-256 in JavaScript and TypeScript. It works with popular Ethereum libraries like ethers, viem, and web3.js. It also shows how to audit your existing codebase for this bug. Use it to keep your Ethereum projects safe and correct.

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