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

Wallets Guides

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

Introduction to Solana Wallets

This guide will give an overview of some common wallets on Solana.

Created March 4, 2025Beginner
Solana

What are Ethereum Accounts?

In this guide, you will learn more about accounts on Ethereum, diving into both Externally Owned Accounts (EOA) and Smart Contract Accounts (SCA).

Created January 31, 2024Beginner
EthereumSmart Contracts

How to Create a Bitcoin Address using bitcoinjs-lib

This guide will teach you how to create a Bitcoin address using JavaScript and bitcoinjs-lib

Created January 16, 2024Beginner
Bitcoinbitcoinjs-libBTC Blockbook JSON-RPCJavaScriptMarketplace Add-OnQuickNode ProductTransactions

Private Transactions on Ethereum using Stealth Addresses (ERC-5564)

This guide explores the concept of stealth addresses within blockchains, specifically focusing on Ethereum's ERC-5564 proposal, addressing the privacy concerns in transaction visibility. It will delve into the technicalities of this solution and demonstrate its application through Umbra Cash, offering a practical perspective on enhancing transaction privacy.

Created January 3, 2024Intermediate
EthereumSecurity

How to Audit ERC20, ERC721, and ERC1155 Token Activity using QuickNode SDK

In this guide, users will learn how to audit wallet activities of token transfers using JavaScript and QuickNode SDK.

Created November 28, 2023Intermediate
AccountingAnalyticsEVMJavaScriptQuickNode ProductQuickNode SDKTransactions

How to Set a Custom Provider in Coinbase Wallet

In this guide, you will learn how to integrate QuickNode with Coinbase Wallet and how QuickNode is playing a significant role in shaping web3.

Created November 7, 2023Beginner
EthereumCoinbase WalletEndpointsRPC

How To Set a Custom Provider in Brave Wallet

This guide will walk you through the steps of setting up a custom RPC provider in Brave Wallet, allowing you to access dApps quickly with QuickNode.

Created November 3, 2023Beginner
EthereumEndpointsRPC

How To Set a Custom Provider in Rabby Wallet

This guide will walk you through the steps of setting up a custom RPC provider in Rabby Wallet, allowing you to access dApps quickly with QuickNode.

Created November 3, 2023Beginner
EthereumEndpointsRabbyRPC

How to Audit Ethereum Wallet Activity using Web3.py

In this guide, users will learn how to audit wallet activity on Ethereum using Python.

Created November 1, 2023Intermediate
AccountingAnalyticsEVMPythonTransactionsWeb3.py

Five Ways to Check the Balance of a Solana SPL Token Account

This guide will give you a complete overview of the five ways to check the balance of a Solana SPL Token Account (Solana CLI, Solana-Web3.js, Solana Token Program, cURL, and Rust).

Created October 6, 2023Beginner
SolanaJavaScriptRustSolana-Web3.jsSPL Token Program