What is OpenZeppelin?
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?
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?
A blockchain is a decentralized, distributed database that maintains a continuously growing list of records called blocks. These blocks are linked and secured using cryptography,… Read More »What’s a blockchain data structure like?
To upgrade a smart contract using the OpenZeppelin Upgradable Plugin, you will first need to ensure that you have the latest version of the OpenZeppelin… Read More »How to upgrade contracts with OpenZeppelin Upgradable Plugin
If wondering what is a fork in a blockchain has got you in a bit of a confusion, we’ve gotchu. Forks out ๐ด What’s forking?… Read More »What is a fork in blockchain?
Danksharding is a term that refers to the practice of splitting a blockchain network into multiple smaller networks, or “shards”, in order to improve scalability… Read More »What is danksharding in blockchain?
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
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
In Solidity, a constructor is a special function that is executed when a contract is deployed to the Ethereum blockchain. It is used to initialize… Read More »What is a constructor in Solidity?
Learning how to create a crypto coin is one of the most searched for terms on the internet. Let’s show you how it’s done. ๐… Read More »How to create a crypto coin
If you’re a beginner and this is the first time you’re doing it, don’t worry, we’ve gotchu. Below are some easy-to-understand and follow steps on… Read More »How to view your NFT in MetaMask