Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 304 Bytes

Compile-SmartContract.md

File metadata and controls

14 lines (9 loc) · 304 Bytes

Compile the smart contract

With VSCode open, in a terminal (In the menu : Terminal > New Terminal), compile the smart contract with:

Smart contract in Rust

wasm-pack build smartcontract/rust/

The compiled .wasm file is saved in smartcontract/rust/pkg.

Smart contract in GO

TBD