基于Ethereum Virtual Machine 运行的 Solidity 智能合约 DAPP(decentralized application) demo
- you should install node8+
- install solc
npm install -g solc
- install truffle
npm install -g truffle
-
download ganache ganache
-
run ganache
git clone https://github.com/sniperyan/webpack-dapp-demo.git
npm install
rm -rf build
truffle compile
truffle migration
truffle migration
npm run dev