这是一个基于以太坊的区块链宠物商店,官方文档:https://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