AArnaudin2-towns.hashnode.dev·Aug 29, 2025 · 6 min readOptimizing ABI Encoding in NimI recently built an efficient way to encode values into the ABI (Application Binary Interface) format using Nim. My starting point was the excellent Codex contractabi library and began iterating on it to improve performance and integrate it into nim-...00