Skip to content

Instantly share code, notes, and snippets.

View dboudro's full-sized avatar
🗺️

Dylan Boudro dboudro

🗺️
View GitHub Profile
@dboudro
dboudro / erc20-token.sol
Created October 13, 2020 02:52 — forked from jcmartinezdev/erc20-token-sample.sol
Necessary code to generate an ERC20 Token
pragma solidity ^0.4.24;
// ----------------------------------------------------------------------------
// Sample token contract
//
// Symbol : {{Token Symbol}}
// Name : {{Token Name}}
// Total supply : {{Total Supply}}
// Decimals : {{Decimals}}
// Owner Account : {{Owner Account}}
@dboudro
dboudro / erc20-token.sol
Created October 13, 2020 02:52 — forked from jcmartinezdev/erc20-token-sample.sol
Necessary code to generate an ERC20 Token
pragma solidity ^0.4.24;
// ----------------------------------------------------------------------------
// Sample token contract
//
// Symbol : {{Token Symbol}}
// Name : {{Token Name}}
// Total supply : {{Total Supply}}
// Decimals : {{Decimals}}
// Owner Account : {{Owner Account}}

Keybase proof

I hereby claim:

  • I am dboudro on github.
  • I am wheatgrass (https://keybase.io/wheatgrass) on keybase.
  • I have a public key ASDGtjBYUCJ34zXc-gp1bHxeuWBTRRy_S65Ro9dx4QQ0Pgo

To claim this, I am signing this object:

@dboudro
dboudro / dabblet.css
Created December 22, 2013 02:36
button styling
/**
* button styling
*/
#buttons li {
font-family: Verdana, Garamond;
font-size: 14px;
list-style: none;
text-shadow: 0px 2px 0 #3E5DC2;
}
@dboudro
dboudro / dabblet.css
Created December 22, 2013 02:34
border: 2px solid #904;
* {
text-decoration: none;
}
#container {
position: relative;
/* border: 2px solid #904; */
}
#main-nav {
@dboudro
dboudro / dabblet.css
Created December 19, 2013 09:20
Dboody has style, son!
/*
* Dboody has style, son!
*
*/
body {
background-image:url('http://i.imgur.com/ujxntiG.jpg');
/*background-color: #91A2B3; */
}