Hello! My name is Thanos, also known as thanpolas. I am passionate about the web, both the technical and the business aspects of it. Lately, I've pivoted to web3 and Decentralized Finance. I have a strong Open Source presence, and love all things tech!
I live in Greece and love to make new connections, email me!
Logality is a JSON versatile and extensible Logger for node.js featuring custom serializers, complete flexibility on properties, middleware support and many more. Learn more about Logality on the "Why Logs are Important, Introducing Logality" blog post.
This is a package that helps you directly query the ethereum blockchain for spot price of Liquidity Pools (LPs). It can query Uniswap V2 and V3 LPs. It can also query ERC20 token contracts and fetch all the relevant information of tokens. Uniswap V3 price calculation depends on another library I authored named UniV3Prices.
Middlewarify will apply the middleware pattern to your Objects. It will enable you to attach middleware using the typical use()
method or use before() / after()
hooks. Middlewarify uses the Promises/A+ spec for resolution and handling asynchronicity.
Crypto Utils is a set of libraries that take the pain off working with crypto tokens. As most crypto tokens have a high number of decimals and Javascript is notoriously bad with floatting point numbers, this is a library that allows you to perform all sorts of calculations and conversions.