Tutorials
How to mint Solana SPL tokens in 2 minutes
In this tutorial, you will learn how to create an account, fund it with devnet SOL tokens, create an address, and mint Solana SPL tokens.
In this tutorial, you will learn how to create an account, fund it with devnet SOL tokens, create an address, and mint Solana SPL tokens.
Learn about the challenges of Web3 node pricing and how Chainstack’s transparent pricing strategy can help developers and businesses predict infrastructure costs accurately. Discover the benefits of switching to Chainstack and why it has become the preferred choice of hundreds of projects in the Web3 industry.
In this article, we’ll dive into the Web3 DApps architecture and you will also get to build one with a bonus tutorial at the end.
In the following tutorial we will develop an NFT staking series of contracts and deploy them to the Gnosis xDai chain.
zkEVMs are an attempt to overcome the complexity of implementing an EVM-compatible zk-rollup to ease the integration with current EVM tools and opcodes along with the knowledge derived from it.
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.