标签: ethereum solidity
如何使用在web3.js中附加的ether创建和部署合同? 确切地说,我知道它可以这样写:
D newD = (new D).value(amount)(arg);
但是如何在web3.js中编写它来测试合同。 真诚地感谢
答案 0 :(得分:2)
只需附加" value:amount"的属性当像这样创建合同时: 。新( { 来自:web3.eth.accounts [0], 价值:5威 }