Skip to content

Instantly share code, notes, and snippets.

View stenwire's full-sized avatar
Tinkering

Stephen Nwankwo stenwire

Tinkering
View GitHub Profile
@stenwire
stenwire / Solidity-101.md
Last active July 2, 2022 23:45
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.8.12+commit.f00d7308.js&optimize=false&runs=200&gist=

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"
@PurpleBooth
PurpleBooth / README-Template.md
Last active July 28, 2024 03:34
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

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.

Prerequisites