pet-shop 这是一个基于以太坊的区块链宠物商店,官方文档:http://truffleframework.com/tutorials/pet-shop 运行效果如下: 运行环境 Node.js Truffle Ganache 安装步骤 克隆项目 git clone https://github.com/anda0109/pet-shop.git 编译及运行合约 cd pet-shop npm install truffle compile truffle migrate 运行前端 npm run dev