Skip to content

Instantly share code, notes, and snippets.

View elducati's full-sized avatar
🎯
Focusing

Jeff El'Ducati elducati

🎯
Focusing
View GitHub Profile
@elducati
elducati / README.txt
Created February 5, 2022 16:37
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.7+commit.e28d00a7.js&optimize=false&runs=200&gist=
REMIX EXAMPLE PROJECT
Remix example project is present when Remix loads for the very first time or there are no files existing in the File Explorer.
It contains 3 directories:
1. 'contracts': Holds three contracts with different complexity level, denoted with number prefix in file name.
2. 'scripts': Holds two scripts to deploy a contract. It is explained below.
3. 'tests': Contains one test file for 'Ballot' contract with unit tests in Solidity.
SCRIPTS
@elducati
elducati / index.html
Created September 12, 2019 07:53
Simple HTML CSS Demo
<!DOCTYPE html>
<html>
<head>
<title>My Favourites</title>
</head>
<body>
<div>
<h1>My Favourites</h1>
</div>