KlaytnGreeter
KlaytnGreeter
is a simple contract that returns a greeting message. Greeting message is set when the contract is deployed.
Writing KlaytnGreeter
Deploying KlaytnGreeter using Remix Online IDE
Prepare your account which will be used to deploy the contract.
Deploy the contract with initial parameter, a greeting message.
After deploying, you can invoke
greet
from the IDE.
References
For the details of contract deployment and the Remix Online IDE usage guideline, please refer to the following documents.
Last updated