cypherpunk-symposium
blockchain-science-py
Jupyter Notebook

👾 my onchain research, notebooks, quant bots - python edition

Last updated Apr 9, 2026
84
Stars
8
Forks
0
Issues
0
Stars/day
Attention Score
66
Language breakdown
Jupyter Notebook 97.7%
Python 2.2%
Makefile 0.0%
Shell 0.0%
Dockerfile 0.0%
Files click to expand
README

⛓📊🐍 blockchain science - python edition


my cryptography experiments


* in zkps we want to prove a statement where f evaluated at xi results in (y1,...,yn), i.e., f(x1, ..., xn) = (y1, ..., y_n) * this can be expressed as a fixed computational graph, where relationships between nodes are related by operations such as multiplication or addition * in addition, some nodes can be related with an equality relationship on which the node's value is computed outside of the graph and constrained by a hint


* learn and run experiments to understand zero-knowledge private information retrieval through step-by-step mathematical calculations



my trading bots and strategies


* run highly customized trading bots with statistical algorithmic strategies such as cointegration * it includes an option for docker deployment


* a comprehensive study on data sources for quantitative defi, including yfinance, pandadatareader, alphaadvantage, CoinAPI, and quandl * the data from every source is prepared, and then the mean, skew, kurtosis, percentage change, and other statistics are calculated * plots for prices, return, and candles for each data set



my jupyter notebooks


* given a list of public addresses, extract the current token balance, and parse the transaction history for token transfers/swaps


* leverage infura's rpc url to retrieve and parse transfer events logs for a given erc20 token, calculating balances and token holders


* utilize the graph explorer to access uniswap subgraph and analyze the UNI and WETH token pair data


* maths && plots go-to for decentralized exchanges analysis


* utilize the graph explorer to analyze the data related to a list of DAO tokens


* utilize messari API to retrieve market data for a list of tokens


* moralis API is a nice wrapper for several on-chain calls that would instead use several other native APIs and tools



cool resources


© 2026 GitRepoTrend · cypherpunk-symposium/blockchain-science-py · Updated daily from GitHub