Chainstack Self-Hosted is now available! Launch production-grade blockchain nodes on infrastructure you control.    Get started
  • Pricing
  • Docs

Tag: Web3

Tutorials

Querying full and archive Ethereum nodes with JavaScript

Whenever we need to query data from the blockchain, we fetch it from a node. An archive node differs from a full node since the first holds the entire history of network transactions. Thus, some queries for older block transactions cannot be fetched easily on a full node. In this tutorial, we will programmatically fetch data from the blockchain, switching between full and archive nodes when necessary.

Io 150x150 logo
Bastian Simpertigue
August 24, 2022

Tutorials

The Brownie Python tutorial series—Part 2

This tutorial shows you how to use Python scripts in the Brownie framework for contract deployment and testing.  We will also learn how to work with actual Ethereum testnets while using Brownie.

T9c0d9l8p U03eqqxgxhc C575f150cf65 512 150x150 logo
Sethu Raman Omanakuttan
July 26, 2022

Tutorials

Deploying a deterministic smart contract on Ethereum

In this article, we will explore two different approaches on how an EVM-based blockchain generates contract addresses when deploying new instances on different networks: the classic way and a deterministic approach.

Io 150x150 logo
Bastian Simpertigue
July 19, 2022