React,Web3和Truffle样板 可用脚本 在根项目目录中,可以运行: truffle ,例如: truffle compile -编译智能合约 truffle migrate - truffle migrate智能合约部署到指定的网络(默认为localhost,端口7545) truffle test -运行位于./test目录中的测试脚本运行客户端React。 npm run start运行客户端React。 打开运行前端