Skip to content

Instantly share code, notes, and snippets.

View dooke's full-sized avatar

K dooke

View GitHub Profile
@dooke
dooke / README.txt
Created May 21, 2021 14:54
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.5.16+commit.9c3226ce.js&optimize=false&runs=200&gist=
REMIX EXAMPLE PROJECT
Remix example project is present when Remix loads 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
@dooke
dooke / keybase.md
Created December 13, 2019 10:45
Keybase proof

Keybase proof

I hereby claim:

  • I am dooke on github.
  • I am dooke (https://keybase.io/dooke) on keybase.
  • I have a public key ASBl2fuuB2KiubPBS4U33nFVhYEon2BtOrUPpGD3uUJHgQo

To claim this, I am signing this object:

@dooke
dooke / viewer.html
Last active October 12, 2018 15:53
viewer.html
<html>
<head>
<!-- A real extension would not be able to link to external CDNs; we just do it here for simplicity -->
<script src="libs/lodash.min.js"></script>
<script src="libs/muxy-extensions.js"></script>
<script
src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha256-3edrmyuQ0w65f8gfBsqowzjJe2iM6n0nKciPUp8y+7E="
crossorigin="anonymous"></script>
</head>
@dooke
dooke / live.html
Last active October 12, 2018 15:52
live.html
<html>
<head>
<!-- A real extension would not be able to link to external CDNs; we just do it here for simplicity -->
<script src="libs/lodash.min.js"></script>
<script src="libs/muxy-extensions.js"></script>
<script
src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha256-3edrmyuQ0w65f8gfBsqowzjJe2iM6n0nKciPUp8y+7E="
crossorigin="anonymous"></script>
</head>