To build an un-optimized wasm, just run:
make
To build an optimized wasm for deployment in a provenance environemnt, run:
make optimize
This command will produce a file called name_smart_contract.wasm
that can then be deployed to a provenance environment
by using the provenanced
command.
The command stems from: https://github.com/provenance-io/provenance A great tutorial for getting a wasm built and deployed: https://github.com/provenance-io/provwasm/tree/main/docs/tutorial