Hi there,
I’m using Mac OS High Sierra. Whenever I “make”, no "contract.wasm.gz " is created. I’m a noobie so please need your help.
1 Like
please share the logs you saw after running the make command.
also note that if you’re using the secret-template, you should use make build as the default command is make check that just checks that your code can compile
1 Like
reuven thank you so much make build works. Actually in most of the tutorials only make was used explicitly
We changed the Makefile in the template recently, some of the tutorials must be outdated. Can you please share links to tutorials that you’ve seen mention running just make?
Sure here’s the tutorial I’ve been using