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