Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 458 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 458 Bytes

sol2string

This repository contains a Solidity library LibUintToString for efficiently converting uint256 values to strings.

Run tests

npm install
npx hardhat compile
npx hardhat test

Gas benchmark

Gas benchmark results, using OpenZeppelin's implementation as a benchmark.