mirror of
https://github.com/logos-co/nomos-specs.git
synced 2025-01-18 19:41:27 +00:00
bcde60a97f
* Added install script for building in arm64 in osx arkworks bls dep * Added install script for building in arm64 in osx arkworks bls dep
9 lines
204 B
Bash
Executable File
9 lines
204 B
Bash
Executable File
#!/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
|