Kaynağa Gözat

add bash script for mint contract

narodnik 6 yıl önce
ebeveyn
işleme
a23afddab1
1 değiştirilmiş dosya ile 3 ekleme ve 0 silme
  1. 3 0
      run_mint_contract.sh

+ 3 - 0
run_mint_contract.sh

@@ -0,0 +1,3 @@
+#!/bin/bash -x
+python scripts/pism.py proofs/mint.pism | rustfmt > src/mint_contract.rs
+cargo run --release --bin mint