Przeglądaj źródła

add bash script for mint contract

narodnik 5 lat temu
rodzic
commit
a23afddab1
1 zmienionych plików z 3 dodań i 0 usunięć
  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