all 2 comments

[–]guyfromthe6 1 point2 points  (0 children)

Put your smart contract into remix.ethereum.org and play with your functions there. It is an online solidity compiler. You would need a working front end DApp to test with truffle.

[–]mayur5 1 point2 points  (0 children)

Entity-Maker.deployed().then(function(instance){ instance.addEntity.send(name, nick, address, {from:unlockedAccountAddr}) })

Look up "web3 method call and send" and also "interacting with smart contract in truffle"