Skip to content
View putkoff's full-sized avatar

Block or report putkoff

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
putkoff/README.md

putkoff · Abstract Endeavors

Systems for markets, media, and models — built to stay legible under pressure.


Approach

  • Schemas over ad-hoc objects
  • Registries over globals
  • Queues over callbacks
  • Explicit wiring over ambient configuration

I optimize for systems that remain understandable, debuggable, and trustworthy after they’ve grown large enough to matter.


Systems

SolCatcher

Real-time Solana market-data infrastructure for log ingestion, deterministic decoding, staged persistence, and fault-isolated processing.
Repo

abstract_solana

Schema-driven Python SDK for Solana JSON-RPC with typed body builders, PostgreSQL/JSONB caching, rate limiting, RPC fallback, and PumpFun curve utilities.
Repo

from abstract_solana.abstract_rpcs import abstract_solana_rate_limited_call
from abstract_solana.pumpFun import derive_bonding_curve_accounts, isOnCurve

balance = abstract_solana_rate_limited_call("getBalance", pubkey="YourWalletHere")

if isOnCurve(mint):
    accounts = derive_bonding_curve_accounts(mint)

EthCatcher / PutNodeContracts

On-chain financial infrastructure across swap execution, liquidity interaction, deterministic fee accounting, asset lifecycle tracking, and incentive-driven protocol mechanics. EthCatcher · Contracts

abstract-media-intelligence

A modular media intelligence platform for turning PDFs, images, and video into searchable, structured, SEO-ready datasets. Platform

Module Function
abstract_hugpy Summarization, keywords, metadata, refinement
abstract_pdfs PDF decomposition, manifests, HTML publishing
abstract_videos Video ingestion, transcription, frame analysis
abstract_ocr Layout-aware OCR and structured extraction

abstract_shapes

GeoJSON-based spatial filtering and proximity-driven targeting for deterministic lead qualification and geographic decision systems. Repo · Live

Solar Simulation

Physics simulation for trajectory modeling, orbital interaction, and system analysis in dynamic gravitational environments. Live · Repo

CalcIt

Typed interface for math and physics APIs with live evaluation, unit-aware inputs, and direct endpoint exploration. Live · API

Loan Payoff Calculator

Debt modeling and payoff analysis. Live

Debt & Inflation Calculator

Scenario-based debt and inflation analysis. Live


Stack

Python · TypeScript · PostgreSQL / JSONB · Solana / solders · JSON-RPC · HuggingFace · GeoJSON · Solidity / EVM


Network

abstractendeavors.com thedailydialectics.com clownworld.biz solcatcher.io ethcatcher.io jrputkey.com partners@abstractendeavors.com

Pinned Loading

  1. them_toolz_do them_toolz_do Public

    Python Tools for Programatic smartcontract creation

    Python 2

  2. api-blockchain-scanners api-blockchain-scanners Public

    an assortment of tools to aggregate txn data for a variety of services

    Python 1

  3. PuTnodeContracts PuTnodeContracts Public

    A node service Ecosystem that Caters to the Best User outcome by design

    Solidity 1

  4. Python-Tools Python-Tools Public

    A repository for python functions that can help make things a little easier

    Python 19

  5. Smart-Contract-Creation-Tools Smart-Contract-Creation-Tools Public

    where youll find a few tools that ive constructed to make smart contract development/ deployment a little easier

    Python

  6. wallet-scanner wallet-scanner Public

    An efficient way to aggregate data for specifically niche data that generally is not recorded publicly; this is very useful for node service data agg, current holders, percentage ownership of nodes…

    Python