Arkworks dependency utility script (#71)

* Added install script for building in arm64 in osx arkworks bls dep

* Added install script for building in arm64 in osx arkworks bls dep
This commit is contained in:
Daniel Sanchez 2024-02-11 23:15:15 +01:00 committed by GitHub
parent 495e0c119a
commit bcde60a97f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
#!/usr/bin/env bash
pip install maturin
git clone --depth 1 --branch v0.3.4 git@github.com:crate-crypto/py-arkworks-bls12381.git
cd py-arkworks-bls12381
maturin develop
cd ..
rm -rf py-arkworks-bls12381