You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
Instantly share code, notes, and snippets.
⚡
Tinkering
Stephen Nwankwo
stenwire
⚡
Tinkering
Every one of us must do what’s in their power! If we’re going to die anyway, then it’s better to die fighting than to do nothing!
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
This a simple hello world smart contract written in solidity
This contract contains two basic features, which are: to...
display Hello World
- Displays hellow world by default
display a greeting message
- A text field is provided to allow users enter their name, which then displays a concatenated message that commpose of "Hello" and "User name entered"