pwasm-tutorial icon indicating copy to clipboard operation
pwasm-tutorial copied to clipboard

A step-by-step tutorial on how to write contracts in Wasm for Kovan

Results 8 pwasm-tutorial issues
Sort by recently updated
recently updated
newest added

The was code produced with `pwasm-utils-cli` above version 0.6.0 does not execute properly on the parity client. We require version 0.6.0 in the readme. Fixes #48

I went to pwasm-tutorial/step-0, and run ./build.sh. But there is error as followings: jm02@jm02:~/project/pwasm-tutorial/step-0$ ./build.sh Finished release [optimized] target(s) in 0.02s Build error: Packing failed due to module structure error:...

I encountered an error when I tried to deploy the contract in step-5. The error message is Error: Returned error: The execution failed due to an exception Returned error: The...

Tried to bump rust toolchain from nightly-2018-11-12 to 2019-02-26. Everything built successfully, but when deploying the generated wasm contract to a dev chain, it failed. The deploying tx receipt has...

Great tutorial ;) Could be really nice to have: - deployment commands for each steps - generation of the ABI for step-0 and step-1 as well - execution commands to...

I'm currently trying to port some Solidity code into wasm using `pwasm`. But I have a problem that I don't see enough examples or documentation to perform such a transform....

Originally by @NikVolf: Currently emscripten which properly supports SIDE_MODULES option is the only way to generate really minimal wasm contracts (as little as 150 bytes), so it would a great...