Skip to content

iridescent995/Blockchain-based-Messaging-dApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

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