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.
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.
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.
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.
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.
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.
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.
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.
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.
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.