From 993042454e57345feef80ff4004af6a39a78a7be Mon Sep 17 00:00:00 2001 From: Nikolay Volf Date: Thu, 4 May 2017 13:21:13 +0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 379c2a0..ae8afb7 100644 --- a/README.md +++ b/README.md @@ -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