Creating a RESTful API for Compound Finance Smart Contracts
This guide will walk you through how to develop a REST API that interfaces with the Compound Finance protocol.
This guide will walk you through how to develop a REST API that interfaces with the Compound Finance protocol.
This guide will give you an in-depth walkthrough of how to estimate gas price using pending transactions in Python.
In this guide, users will learn how to audit wallet activity on Ethereum using Python.
In this guide, we will connect to the Ethereum network using Python and Web3.py.
This guide teaches how to create and deploy a staking vault smart contract using the ApeWorX (ape) framework on Ethereum. It covers setting up an Ape project, writing ERC-20 and ERC-4626 vault contracts in Vyper, testing the contracts, and deploying them to the Sepolia testnet.
This guide, we will learn about Brownie, a Python-based tool used to write and deploy smart contracts.
In this guide, we will demonstrate the different ways in which you can retrieve transaction history on Ethereum.
In this guide, we will cover creating an Ethereum address in Python using the Web3Py library.
This guide will walk you through how to run a Keeper bot, an entity that bids on several types of assets based on how their value fluctuates as part of the ecosystem to maintain a stable value for DAI.
This comprehensive guide covers the steps to send ERC-20 tokens on the Ethereum blockchain using Web3.py with Python.
In this guide, you will learn how to send transactions with EIP-1559 and Legacy Methods on Ethereum using Python and web3.py library.
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.
In this guide we will show you Solidity's lesser-known cousin Vyper. We will walk through what Vyper is, why you may want to use it, and how to deploy a smart contract written in Vyper to an Ethereum testnet.
In this article, you will learn how to create an Ethereum smart contract using Vyper.
In this guide, we will teach you about the Pending and Queued state of transactions on the Ethereum network. We will also demonstrate how to request data programmatically with Python and Web3.py, using our handy QuickNode endpoints as the infrastructure to communicate with the Ethereum network.
This guide will teach you how to decode transaction calldata so you can better comprehend other transactions you come across. By the end of the guide, you’ll also learn how to encode and decode programmatically with Web3.py and Python.