Guest User

Untitled

a guest
Jan 17th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. var deployed = escrowContract.new(seller, arbiter, {
  2. from: buyer,
  3. data: bytecode,
  4. gas: 47000000,
  5. gasPrice: 5,
  6. value: web3.toWei(5, 'ether')
  7. }, (error, contract) => { })
Add Comment
Please, Sign In to add comment