Skip to main content
  1. Guides
  2. /All Tags
  3. /All Guides

All Guides

435 guides
Chain: All
Language: All
Technology: All
Product: All
Use Case: All
Level: All

How to Research Solana Token Trades with the Tokens API

Use the Tokens.xyz Assets API to find every onchain variant of a Solana asset, compare liquidity and risk, and time entries with live trade data.

Created June 4, 2026Intermediate
SolanaAPIDeFiDEXNode.jsSPL TokensSVMTradingTypeScript

How to Generate Onchain Random Numbers on Solana with Switchboard VRF

Build a Solana Anchor program with Switchboard Randomness On-Demand to produce verifiable, tamper-proof onchain random numbers via a commit-reveal flow.

Created May 21, 2026Intermediate
SolanaAnchorRustSVMSwitchboardTypeScriptVRF

Build a Real-Time SOL Perps Dashboard with the Phoenix API

Build a live SOL perpetual futures dashboard on Solana using the Phoenix REST and WebSocket API market stats, orderbook, candles, trades, and funding.

Created May 18, 2026Intermediate
SolanaDeFiPerpsPhoenixReactTypeScriptWebSocket

How to Build and Deploy a Leo Program on Aleo

Learn how to write, test, and deploy a private token program on Aleo testnet using Leo and a Quicknode RPC endpoint.

Created May 15, 2026Intermediate
AleoDeploymentLeoPrivacySmart ContractsZero-Knowledge

Introduction to the Aleo Blockchain and Leo Smart Contract Language

Learn about Aleo blockchain's privacy-first architecture, AleoBFT consensus, offchain execution with snarkVM, and the Leo zero-knowledge programming language.

Created May 13, 2026Beginner
AleoLeoPrivacySmart ContractsZero-KnowledgeZK-SNARKs

How to Trade HIP-4 Prediction Markets on Hyperliquid

Discover, fund, trade, and stream Hyperliquid HIP-4 binary outcome markets using Quicknode and the Hyperliquid TypeScript SDK.

Created May 5, 2026Intermediate
HyperliquidHyperCorePrediction MarketsQuicknode SDKTradingTypeScriptWebSocket

How to Build a Real-Time Sui Portfolio Tracker with GraphQL and gRPC

Build a terminal-based Sui portfolio tracker that fetches balances and transactions with GraphQL and streams live checkpoints via gRPC using Quicknode.

Created April 21, 2026Intermediate
GraphQLgRPCNode.jsPortfolioSuiTypeScript

Build a Multichain Balance Checker with MPP Sessions

Build a TypeScript script that queries native token balances across 15 EVM chains using a single MPP session. Learn session lifecycle, voucher-based payments, and cost optimization.

Created April 15, 2026Intermediate
EVMMPPPaymentsRPCTempoTypeScript

Build a Hyperliquid Intelligence Bot with SQL Explorer

Build a bot that queries Hyperliquid data via the SQL Explorer REST API and delivers a formatted market digest to Telegram on a daily schedule.

Created April 14, 2026Intermediate
HyperliquidPythonQuicknode ProductREST APISQL ExplorerTypeScript

Build a Live Wallet Watchlist on Hyperliquid

Build a dynamic wallet watchlist using Quicknode Webhooks and Key-Value Store. Add or remove addresses on the fly without restarting your webhook.

Created April 13, 2026Intermediate
HyperliquidKey-Value StoreQuicknode ProductWebhooks