Skip to content

Releases of the Vyper compiler for ZKsync.

License

Notifications You must be signed in to change notification settings

matter-labs/zkvyper-bin

Repository files navigation

ZKsync Vyper compiler binaries

This repository contains current and historical builds of the ZKsync Vyper (zkvyper) 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>