Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 402 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 402 Bytes

iroha_wasm_builder

A CLI for building wasm smartcontracts.

Usage

Check the smartcontract:

iroha_wasm_builder check path/to/project

Build the smartcontract:

iroha_wasm_builder build path/to/project --out-file ./smartcontract.wasm

Build with options:

iroha_wasm_builder build path/to/project --profile=deploy --out-file ./smartcontract.wasm