使用truffle 的develop和console
原文地址
truffle提供了两种log工具,可以任意使用,它们的区别
Console:
You have a client you’re already using, such as Ganache or geth,已经有一个客户端在使用的情况
You want to migrate to a testnet (or the main Ethereum network)你想要切换网络
You want to use a specific
欢迎来探 :memo: :honeybee:
一个使用adonisJs进行后端处理并使用ReactJs进行前端处理的管理项目
安装
cd server && yarn install
cd client && yarn install
启动服务器
cd server
# setup `.env` file based on `.env.example`, you need to create an account on smtp server provider, like mailtrap
React样板
您可以尝试这个项目
要求
作业系统:MacOS或Linux
(我建议与安装)
快速开始
建立
npm install
为发展
npm start
用于生产
npm install -g serve
npm run build
npm run serve
部署(使用浪涌)
npm install -g surge
npm run build
npm run deploy
# You may have to create an account
其他命令
npm test
npm