Skip to content

Commit

Permalink
Update newhello-exp README
Browse files Browse the repository at this point in the history
Signed-off-by: Itleaks <itleaks@126.com>
  • Loading branch information
itleaks committed Nov 5, 2018
1 parent fe28db3 commit f84e1f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions newhello-exp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ npm install -g js4eos
sudo npm install -g js4eos
js4eos wallet create
js4eos wallet import your_private_key
js4eos compile -o hello/hello.wasm hello/hello.cpp
js4eos compile -g hello/hello.abi hello/hello.cpp
js4eos compile2 -o hello/hello.wasm hello/hello.cpp --contract hello
js4eos compile2 -g hello/hello.abi hello/hello.cpp
js4eos set contract youraccount hello
js4eos push action youraccount hi '["youraccount"]' -p youraccount
```
Expand All @@ -20,4 +20,4 @@ js4eos push action youraccount hi '["youraccount"]' -p youraccount
sudo npm install -g js4eos
#run
./run.sh
```
```

0 comments on commit f84e1f0

Please sign in to comment.