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:
parent
495e0c119a
commit
bcde60a97f
|
@ -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
|
Loading…
Reference in New Issue