Build a Serverless Twitter Bot to Track Liquidity Pools with QuickNode
Learn how to track new liquidity pools on Uniswap V2 and V3 and post real-time updates to Twitter using QuickNode’s Streams and Functions products without any server-side code.
How to Stream Blockchain Data to Kafka using Functions
In this guide, you will learn how to stream blockchain data from QuickNode to your local Kafka cluster using Functions.
How to Set Up a Stream using REST API
In this guide, we will walk you through setting up and managing Streams using the QuickNode REST API. You will learn how to create Streams, configure destinations, and apply filters to process blockchain data.
WebSocket vs. QuickNode Streams
In this guide, we’ll explore the similarities and differences between WebSocket and Streams, and help you understand how Streams can solve some of the common issues developers face with WebSocket.
How to Backfill Ethereum ERC-20 Token Transfer Data
Learn how to use QuickNode Streams to backfill historic Ethereum ERC-20 token transfer data and analyze it using a Postgres database.
How to Build Your Own Indexer and API for Contract Deployment Details
In this guide, you will learn how to build an indexer and API to retrieve smart contract deployment details using QuickNode's Streams and Key-Value Store.
How to Backfill Solana Transaction Data
In this guide, you will learn how to utilize Filters with Streams to backfill historic Solana Transaction data into a Postgres database.
How to Stream Real-Time Solana Program Data
In this guide, you will learn how to utilize Filters with Streams to retrieve real-time Solana program data and send it to your Webhook destination.
How to Create a Token Allowance Checker App
In this guide, learn to create an ERC-20 token allowance checker app using QuickNode Streams and PostgreSQL.
How to Build a Real-Time Token Transfer Indexer with QuickNode Streams and Functions
In this guide, we'll walk you through creating a real-time token transfer indexer using QuickNode's Streams and Functions. This system will monitor ERC20, ERC721, and ERC1155 token transfers on the Base blockchain, process the data, and send enriched information to a webhook for further use.