Skip to content

Instantly share code, notes, and snippets.

View chompomonim's full-sized avatar

Jaro chompomonim

View GitHub Profile
@chompomonim
chompomonim / CoinPoker-AUDIT.md
Created January 14, 2018 16:59
CoinPoker Token SmartContract Audit

CoinPoker Token Audit

January, 2018 Authored by Anatoly Ressin & Jaro Satkevic

1. Introduction

CoinPoker Project requested that Blockvis perform an audit of the contracts in their ico-smartcontracts repository. The CoinPokerToken contract is intended to serve as a tradeable token and CoinPokerICO contract is the crowdsale for the token.

TEMPLATES = [
{
'BACKEND': 'django.template.backends.django.DjangoTemplates',
'DIRS': [],
'OPTIONS': {
'context_processors': [
'django.template.context_processors.debug',
'django.template.context_processors.request',
'django.contrib.auth.context_processors.auth',
Cleaning up...
Command python setup.py egg_info failed with error code 1 in /vagrant/env/build/Cheetah
Storing debug log for failure in /home/vagrant/.pip/pip.log
make: *** [env] Error 1
vagrant@vagrant-ubuntu-trusty-64:/vagrant$ make
./waf virtualenv
virtualenv --no-site-packages env
New python executable in env/bin/python
Installing setuptools, pip...done.
env/bin/pip install Cheetah Babel
@chompomonim
chompomonim / designer.html
Last active August 29, 2015 14:07
designer
<link rel="import" href="../core-scaffold/core-scaffold.html">
<link rel="import" href="../core-header-panel/core-header-panel.html">
<link rel="import" href="../core-menu/core-menu.html">
<link rel="import" href="../core-item/core-item.html">
<link rel="import" href="../core-icon-button/core-icon-button.html">
<link rel="import" href="../core-toolbar/core-toolbar.html">
<link rel="import" href="../core-field/core-field.html">
<link rel="import" href="../core-icon/core-icon.html">
<link rel="import" href="../core-input/core-input.html">
<link rel="import" href="../core-icons/core-icons.html">
@chompomonim
chompomonim / flow.json
Created June 9, 2012 12:23 — forked from drobiazko/flow.json
Display customers on GMap
{
"nodes": [
{
"title": "HTTP Request",
"icon": "images/icons/http_64.png",
"top": 132,
"left": 131,
"compID": "http",
"uri": "/users/:id",
"method": "get",
@chompomonim
chompomonim / flow.json
Created June 9, 2012 12:20 — forked from drobiazko/flow.json
Twitter Timeline to Dropbox
{
"nodes": [
{
"title": "Timeline",
"icon": "images/icons/twitter_64.png",
"top": 123,
"left": 234,
"compID": "twitter",
"username": "elasticio",
"backFill": "15",
@chompomonim
chompomonim / flow.json
Created June 9, 2012 12:18 — forked from drobiazko/flow.json
Instagram to Dropbox
{
"nodes": [
{
"title": "Instagram",
"icon": "images/icons/instagram_64.png",
"top": 88,
"left": 179,
"compID": "instagram",
"id": "step_124"
},