Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ https://medium.com/@leonardnguyen/etherchat-decentralized-messaging-application-
# How to run
You need to compile the smart contract first by executing:
```
"node ./ethereum/compile.js"
node ./ethereum/compile.js
```

Then, you can run the app with:
```
"npm run dev"
npm run dev
```
The web app will connect to the smart contract that I have already deployed. If you want to have your own smart contract on the ethereum network, you need to deploy it by yourself. Command for deploying the contract:
```
"node ./ethereum/deploy.js"
node ./ethereum/deploy.js
```

# Official web app
Expand Down