- react hooks
- express
npm install -g truffle
cd client
npm install
- 首先启动ganache
- 将ganache中的账户的私钥导入matemask中
- cd ConquerSquad
- truffle compile
- truffle migrate
- cd client && npm run start (yarn可能会有bug,具体为什么也不清楚)
npm install -g truffle
cd client
npm install