mirror of
https://github.com/logos-co/nomos-specs.git
synced 2025-02-21 19:48:16 +00:00
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
8
install-arkworksbls-arch64-osx.sh
Executable file
8
install-arkworksbls-arch64-osx.sh
Executable 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
|
Loading…
x
Reference in New Issue
Block a user