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

Go Guides

3 guides
Chain: All
Product: All
Use Case: All
Level: All

Monitor Solana Liquidity Pools with Yellowstone gRPC Geyser Plugin (Go)

This guide will walk through how to monitor Solana liquidity pools in real-time using QuickNode's Yellowstone gRPC Add-on and Go. This streaming approach provides near-instantaneous data access with significantly lower latency than traditional RPC polling methods, making it ideal for trading bots, analytics platforms, and DeFi applications.

Created April 25, 2025Intermediate
SolanaGeyserMarketplace

How to Generate a New Ethereum Address in Go

In this guide, we will cover creating an Ethereum address in Go using the Go-Ethereum Client library.

Created February 13, 2021Beginner
EthereumGo-EthereumWallets

How to connect to Ethereum network using Go

In this guide, we will show you how to connect to the Ethereum network using Go.

Created October 30, 2020Beginner
EthereumEthclient