openethereum / pwasm-tutorial

A step-by-step tutorial on how to write contracts in Wasm for Kovan
GNU General Public License v3.0
229 stars 34 forks source link

Repeating steps are error-proned #7

Closed NikVolf closed 6 years ago

NikVolf commented 6 years ago
cargo build --release --target wasm32-unknown-unknown
wasm-build --target=wasm32-unknown-unknown ./target pwasm_tutorial_contract

better to add some .build.sh/.make.sh in the step 0/1 and use it