Update README.md

This commit is contained in:
Nikolay Volf
2017-05-04 13:21:13 +04:00
committed by GitHub
parent 67d32da16f
commit 993042454e
+1 -1
View File
@@ -11,7 +11,7 @@ cd wasm-tools/runner
./start.sh
```
and then open `http://localhost:8000`, press `Execute call` to run a contract `call` function, see browser console log for gas counter
and then open `http://localhost:8000`, specify input stream in `Input` input, press `Execute call` to run a contract `call` function, see storage update (if contract produced any) as well as `Result` stream (again, if contract produced any).
see `/samples` directory for sample contracts that are compiled this way