Sifchain / sifnode

SifNode - The future of Defi
Other
109 stars 118 forks source link

siftool run-env does not run make install in smart-contract directory #2707

Open smartyalgo opened 2 years ago

smartyalgo commented 2 years ago

First time running siftool run-env on a newly cloned repo fails, because siftool doesnt run make install in smart-contracts/ directory

jzvikart commented 2 years ago

@smartyalgo What would be the condition to run make install? Ideally, this condition should be something we can check very fast (<1s) and would avoid calling it if it's not needed.