Skip to content

Instantly share code, notes, and snippets.

View colorstheforce's full-sized avatar

ColorsTheForce colorstheforce

View GitHub Profile
@colorstheforce
colorstheforce / index.html
Created December 23, 2021 14:51
The Cube
<!-- PWA: https://bsehovac.github.io/the-cube/ -->
<div class="ui">
<div class="ui__background"></div>
<div class="ui__game"></div>
<div class="ui__texts">
<h1 class="text text--title">
@colorstheforce
colorstheforce / erc20-token-sample.sol
Created April 29, 2021 13:12 — forked from jcmartinezdev/erc20-token-sample.sol
Necessary code to generate an ERC20 Token
pragma solidity ^0.4.24;
// ----------------------------------------------------------------------------
// Sample token contract
//
// Symbol : LCST
// Name : LCS Token
// Total supply : 100000
// Decimals : 2
// Owner Account : 0xde0B295669a9FD93d5F28D9Ec85E40f4cb697BAe
did:3:bafyreibiqwiblqfpadrju5noo6k2x3qb4ktuq2sxw5y3uvlfkvrpsdl4du
@colorstheforce
colorstheforce / gist:eeb47b94dbf0b15da4ad9efd5ef45572
Created April 9, 2021 03:11 — forked from matthieu/gist:b07c5ba27bc99188a15f
Create and send a Bitcoin transaction using the BlockCypher Transaction API
# In this example we're sending some test bitcoins from an address we control to a brand new test
# address. We'll be sending the coins using the following address, public and private keys (please
# don't abuse).
# address : mtWg6ccLiZWw2Et7E5UqmHsYgrAi5wqiov
# public : 03bb318b00de944086fad67ab78a832eb1bf26916053ecd3b14a3f48f9fbe0821f
# private : 1af97b1f428ac89b7d35323ea7a68aba8cad178a04eddbbf591f65671bae48a2
# 1. generate a one-shot dummy address we're going to send money to
$ curl -X POST http://api.blockcypher.com/v1/btc/test3/addrs
{