|
|
3 yıl önce | |
|---|---|---|
| .. | ||
| exploratory | 3 yıl önce | |
| README.md | 3 yıl önce | |
| opcodes.no-nipoint.zk | 3 yıl önce | |
| opcodes.zk | 3 yıl önce | |
| zkrunner.py | 3 yıl önce | |
For now, you'd need to install maturin manually to run this tool.
# New vene and maturin
python3 -m venv ~/.venv-zkrunner
source ~/.venv-zkrunner/bin/activate
pip install maturin
# Install shared module onto Python
cd $DARKFI/src/sdk-py
maturin develop
# You can run zkrunner.py now!