Compile a Contract
Last updated
Was this helpful?
Last updated
Was this helpful?
This guide will provide step-by-step instructions for compiling the cosmwasm smart contract. Example contracts for this can be found at .
The easiest way is to simply use the to compile cosmwasm smart contract. Follow these steps to install cosmwasm-tools:
Using npm:
Or can use yarn:
After installed this package, to verify if installation process took place successfully, type to your terminal:
For more information of cwtools command, type:
To compile cosmwasm contract using cosmwasm-tools, use following command:
You can compile multiple cosmwasm contracts: