
Updated: Sep 23, 2022
With the introduction to smart contracts on the Ethereum blockchain, it was only a matter of time until a language other than Solidity was made to write smart contract code. Vyper is one such...
QuickNode Raises $60M Series B!
Read the Letter from our CEO.
With the introduction to smart contracts on the Ethereum blockchain, it was only a matter of time until a language other than Solidity was made to write smart contract code. Vyper is one such...
This article is intended for developers new to Ethereum development. In this article, we will talk about Solidity and smart contracts, What they are and what role they actually play in the...
If you are interested in creating an NFT contract that can mint multiple tokens at a time, you may want to consider the ERC721A implementation. This...
Want to become a Web3 Developer? In this short guide, you will gain an understanding of smart contracts and deploy your first Hello World smart contract to an Ethereum testnet...
The success story of blockchain started with Bitcoin and was given wings by Ethereum. Ethereum was the first blockchain to introduce programmable software to the immutable ledger; these...
Smart contract development can get quite complex if you have a lot of contract logic to maintain. The Diamond standard (EIP-2535) makes it...
Code executing on EVM (Ethereum Virtual Machine) must be highly efficient to minimize the gas needed to execute smart contracts. Any inefficient code in a contract ultimately needs a higher...
In Part one of the Diamond standard series, we learned about the...
If you prefer to watch a video walkthrough of this tutorial instead, click the link below! [yt:rr53j7V3ffg]Ethereum is a very lovely blockchain...
BEP20 is the Binance Smart Chain equivalent to the popular ERC20 specification for tokens on the Ethereum network. The difference is the BEP20 Token isn't run on the Ethereum Network, but the...
Hey readers! If you are familiar with Ethereum, and smart contracts generally speaking, you may be familiar with Solidity. In this guide we will show you Solidity's lesser-known cousin Vyper....
The NEAR Protocol is a layer-1 blockchain that follows the Proof-of-Stake (PoS) consensus mechanism and sharding architecture, allowing it to scale to 100,000+ transactions per second. The
Binance Smart Chain provides a fast and affordable option for creators to bring music on-chain. Additionally, BSC allows you to use the ERC721 standard specification, so if you have worked...
Have you ever heard about reentrancy attacks and wondered what it's all about? This quick guide gives a deep dive into everything you need to know about reentrancy...
If you prefer to watch a video walkthrough of this tutorial instead, click the link below! [yt:xamI-lHOufM]While interacting with a smart...
If you prefer to watch a video walkthrough of this tutorial instead, click the link below! [yt:GwFQg8ROZfo]Digital collectibles compatible...
If you prefer to watch a video walkthrough of this tutorial instead, click the link below! [yt:88-hpZE4OU8]Ethereum network’s launch in 2015...
Smart contracts are the first-class citizens in the Ethereum blockchain; they are a critical part of Ethereum development. In this guide, we’ll see an overview of how smart contracts work on...
Ethereum smart contracts are the most valuable features of the Ethereum blockchain network; The development of applications driven by smart contracts on the Ethereum blockchain has skyrocketed...
Smart contracts are the most popular feature of the Ethereum network. Smart contracts have functions that sometimes need to be accessed by other smart contracts. Before understanding smart...
Python is one of the most versatile programming languages; from researchers running their test models to developers using it in heavy production environments, it has use cases in every...
Ethereum development environments like Truffle and Hardhat make it easier to work with smart contracts and...
Hello reader! Today we are going to be leveling up your Solidity skills. We are going to walk you through how to implement the factory contract pattern. Do not worry if you have not heard this...
One hard rule about developing on the blockchain is that any smart contracts that are deployed cannot be altered. Smart contracts are often called "immutable" which ensures that the code that...
ERC1155 has emerged as a gold standard to create NFTs; every major marketplace lists new tokens as an ERC1155 standard. In this guide, we will learn about the ERC1155 token standard and how to...
BEP20 es en Binance Smart Chain el equivalente al popular token ERC20 de la red de Ethereum. La diferencia es que el token BEP20 no corre en la red de Ethereum sino en la red de Binance Smart...
Often to perform any transaction between two untrusted parties, there is a need for a trusted middle man; smart contracts eliminate this need for a middle man altogether. In this guide, we...
With the increasing popularity of NFTs, Polygon, a fast-growing blockchain, has become the go-to choice for many users and developers. Compared to Ethereum, Polygon allows users and developers...
A non-fungible token (NFT) marketplace is a platform where users buy and sell unique digital assets called NFTs. These digital assets can represent various things, such as collectible items,...
Follow this 73-point checklist to never write a bad NFT smart contract again.