Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 351 Bytes

File metadata and controls

26 lines (18 loc) · 351 Bytes

Given a Temp.sol file:

echo blakuzhi | bash fulcrum2.sh

First we deploy

call_all_contract_functions

Call all Contract Functions

#!/bin/bash
echo 'unlock dionysus'
cat converted.txt | while read line
do
        v=$line
        echo 'call_contract "blawan" "'${v:6:2}${v:4:2}${v:2:2}${v:0:2}'"'
        sleep 3
done
#EOF