Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 461 Bytes

README.md

File metadata and controls

27 lines (23 loc) · 461 Bytes

Ethereum Blockchain based Messaging dApp

capture

Useful Commands during development

Reset cc

truffle migrate --reset

opening truffle cmdp from console

truffle console

running cc from truffle console

Message.deployed().then(function(i) {app =i; })

view accounts

app.web3.accounts

running server

npm run dev