Truffle and Greeter Contract tutorial

cryptomonk1cryptomonk1 Member Posts: 13
Hello all!

Everything works and when I call the function greet: greeter.greet.call() on testrpc I get: ' ' , which is correct, because there is nothing in it! :)

How do I input for example: "hello world" in the empty variable greeting using truffle?

Source tutorial:
https://ethereum.org/greeter

Thank you!



Comments

Sign In or Register to comment.