Skip to main content

Guides / All Tags

Security Guides

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

How to Validate Incoming Streams Webhook Messages

In this guide, you will learn how to ensure the integrity and authenticity of incoming webhook messages by verifying HMAC signatures using Python. You will retrieve the necessary headers, prepare the payload, and execute a Python script to perform signature verification.

Updated May 3, 2024Beginner
EthereumPythonSecurityStreams

How to Protect Your Endpoint - Front End Best Practices

This guide will teach you various strategies to protect your endpoint when using a front end.

Updated January 12, 2024Intermediate
SecurityMarketplace

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.

Updated January 3, 2024Intermediate
EthereumSecurityWallets

How to Secure Your Endpoint Using Endpoint Armor

Learn how to enhance the security of your QuickNode endpoint with Endpoint Armor, a powerful tool that enables method-specific restrictions and customizable rate limits for both overall endpoint traffic and individual visitors.

Updated December 6, 2023Intermediate
SecurityMarketplace

How to Implement JSON Web Tokens (JWT) Authorization with QuickNode

JSON Web Tokens (JWT) are one way to protect web resources. This guide walks through the process of creating a React app that will fetch a JWT from our backend server (Express.js) and then use it to request and display the blockchain data on our front end.

Updated January 30, 2023Beginner
JavaScriptSecurity

How to Set Up Domain Masking on QuickNode

Domain masking or URL masking is the act of disguising the actual domain name of a web resource in favor of another domain name. This guide will demonstrate how to set up domain masking on an Ethereum endpoint with QuickNode.

Updated January 30, 2023Intermediate
Security

How to Set Up Multi-Token Authentication on QuickNode

Security is an important part of developing a resilient Web3 application. In this guide, we cover one of QuickNode's endpoint security features which enables developers to create multiple authentication tokens for a single blockchain endpoint.

Updated January 30, 2023Beginner
Security

How to Set Up Referrer Whitelist with QuickNode

Learn how to improve your endpoint's security by setting up a referrer whitelist on a QuickNode endpoint.

Updated January 30, 2023Intermediate
Security

A Deep Dive into Smart Contract Wallet Security Risks & Best Practices

This guide will cover smart contract wallets in depth and the unique and complex threat vectors to be aware of when interacting with them. We will also list some best practices to secure funds.

Updated October 20, 2022Beginner
EthereumWalletsSecurityInfrastructure

A Broad Overview of Reentrancy Attacks in Solidity Contracts

This quick guide gives a deep dive into everything you need to know about reentrancy manipulation.

Updated October 7, 2022Intermediate
EthereumSolidityRemix.IDESmart ContractsSecurity