Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 205 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 205 Bytes

base64

base64 encoding/decoding in solidity.

Also available as a package. Add it to package.json:

"base64-sol": "1.1.0"

and import it in solidity:

import 'base64-sol/base64.sol';