Advertisement
Guest User

Untitled

a guest
Jun 27th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. App.contracts.Soccer.deployed().then(function(instance) {
  2. return instance.purchaseShoes(name, age, { from: accounts[0], value: value});
  3. }).then(function() {
  4. ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement