How to create your own ERC-20 token
In this easy, step-by-step guide we’ll be creating an ERC-20 token on the Rinkeby test network involves 8 of the following steps! But before that,… Read More »How to create your own ERC-20 token
In this easy, step-by-step guide we’ll be creating an ERC-20 token on the Rinkeby test network involves 8 of the following steps! But before that,… Read More »How to create your own ERC-20 token
An Ethereum faucet.net is a website or service that provides small amounts of Ether (ETH) for free or for a small fee. Ethereum faucets are… Read More »How to request funds from Ethereum faucet.net
In Solidity, a struct is a user-defined type that represents a composite data structure, similar to a class in object-oriented programming. A struct can contain… Read More »What is a Solidity struct?
zkEVM is an implementation of the Ethereum Virtual Machine (EVM) that allows for the execution of Ethereum smart contracts in a zero-knowledge (private) manner. It… Read More »What is a zkEVM? The zero-knowledge Ethereum Virtual Machine
OpenZeppelin is a popular open-source framework for writing secure and scalable smart contracts in the Solidity programming language. It provides a library of reusable and… Read More »What is OpenZeppelin?
The Kiln testnet is a test environment for Ethereum developers to test and debug their smart contracts and decentralized applications (DApps) before deploying them to… Read More »A Guide to Ethereum’s Kiln Testnet (deprecated)
In Solidity, an interface is a special type of contract that defines a set of functions that other contracts can implement. What is it? An… Read More »What is a Solidity interface? Explained with examples
OpenEthereum was a popular open-source Ethereum client that was used by many in the Ethereum network. Built on the Rust programming language, it was known… Read More »Where did OpenEthereum go?
In order to test Solidity require statement using JavaScript, you will need to set up a development environment that includes a local Ethereum blockchain and… Read More »How to easily test Solidity require in JavaScript
Welcome, developers! Today, we’re going to be talking about EIP-1599 – a fairly new and exciting improvement to the Ethereum blockchain. But before we dive… Read More »Everything you need to know about EIP-1599