Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 207 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 207 Bytes

Hello this is escrow dapp app.

Development

Compile smart contract and deploy it to a network

truffle migrate --reset --compile-all cd client npm install

Start client application

npm run start