Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 347 Bytes

3_DApp.md

File metadata and controls

24 lines (12 loc) · 347 Bytes

Start Private Blockchain

copy startgeth.bat to node1\

startgeth.bat

Start DApp

cd calculator-dapp

gulp serve

Get Smart Contract ABI and Bytecode

cd smartcontracts\contracts

solc --abi Calculator.sol

Code Walkthrough

calculator-dapp\app\scripts\main.js
calculator-dapp\app\index.html