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"
@stenwire
stenwire / README-Template.md
Created March 30, 2022 14:16 — forked from PurpleBooth/README-Template.md
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

@stenwire
stenwire / POD-CLI_sample.md
Last active November 12, 2022 19:45
POD-CLI_sample(HNG)

POD-CLI_sample

A cli utility made with click library

To setup app

pip install virtualenv

python -m venv venv

./venv/Script/activate