Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nksanthosh authored Sep 11, 2019
1 parent 93235b4 commit ee9f645
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ To open a terminal, use the Terminal drop-down menu in the IDE user interface.

## Building sample contract

Run this in a terminal:
The source code for the sample smartcontract is at contract/talk.cpp within the IDE. To compile the contract, run this in a terminal:

```
eosio-cpp contract/talk.cpp
Expand Down Expand Up @@ -62,7 +62,8 @@ cleos get table talk '' message

## Viewing the front-end decentralized web app (EOSJS):

Run this in a terminal:
The source code for the React WebApp is at: webapp/src/index.tsx within the IDE. To preview the WebApp run this in a terminal:

```
gp preview $(gp url 8000)
Expand Down

0 comments on commit ee9f645

Please sign in to comment.