starkgate-contracts icon indicating copy to clipboard operation
starkgate-contracts copied to clipboard

Setup script for mac

Open ArielTM opened this issue 1 year ago • 0 comments

https://github.com/starknet-io/starkgate-contracts/blob/22ea37dfddf2104f1c2aaaf9cd6c886fb09798e0/scripts/setup.sh#L33

In mac with ARM chip, this should be replaced with https://github.com/starkware-libs/cairo/releases/download/v2.3.0/release-aarch64-apple-darwin.tar

For solc, you should use https://binaries.soliditylang.org/macosx-amd64/solc-macosx-amd64-v0.8.20%2Bcommit.a1b79de6 . (works also on arm chips with rosetta)

ArielTM avatar Aug 21 '24 07:08 ArielTM