我正在按照本文中的步骤研究部署智能合约。
我使用绝对路径而不是相对路径进行导入,因为编译器无法查看 node_modules 中的导入文件,因此它可以编译
truffle migrate 看起来不错,因为当我输入时JCoinCrowdsale.deployed()
它返回完整信息(我在这个例子中命名为 JCoin)
但是当我输入时JCoinCrowdsale.deployed().then(inst => { crowdsale = inst })
,它返回 undefined
对此有任何线索吗?