Skip to content

Instantly share code, notes, and snippets.

View qd452's full-sized avatar
🎯
Focusing

QD qd452

🎯
Focusing
View GitHub Profile
@qd452
qd452 / web3_get_wallet_balance.py
Created January 10, 2022 03:50
sweet and short code snippet to get web3 wallet address balance
import json
import logging
from functools import lru_cache
from typing import NamedTuple
from loguru import logger
from web3 import Web3
class Token(NamedTuple):
@qd452
qd452 / github.css
Created June 28, 2016 04:03 — forked from theconektd/github.css
Github Markdown CSS - for Markdown Editor Preview
body {
font-family: Helvetica, arial, sans-serif;
font-size: 14px;
line-height: 1.6;
padding-top: 10px;
padding-bottom: 10px;
background-color: white;
padding: 30px; }
body > *:first-child {