Optimizing ABI Encoding in Nim
Aug 29, 2025 · 6 min read · I 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-...
Join discussion