Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 331 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 331 Bytes

ethereum-slot-machine

基于以太坊的水果机游戏V2.0

效果

机器环境

  • win10
  • nodev8.9.4

安装依赖

  • npm install -g truffle
  • npm install -g ganache-cli

项目的运行

  • (1)启动ganache-cli:ganache-cli
  • (2)迁移合约:truffle migrate
  • (3)npm install && npm run dev