Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 477 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 477 Bytes

ZKsync Solidity compiler binaries

This repository contains current and historical builds of the ZKsync Solidity (zksolc) compiler binaries.

Compiler changelog

Troubleshooting

  • The binary may need to have its executable bit set:

chmod a+x <path to file>

  • On macOS, the binary may need to have its quarantine attribute cleared:

xattr -d com.apple.quarantine <path to file>