#smart-contracts
Read more stories on Hashnode
Articles with this tag
This simple project shows you how to deploy an ERC-20 token on the Scroll L2 testnet using HardHat. Scroll is a new and emerging EVM compatible zero...
This tutorial shows you how to make a whitelist DApp for an NFT collection. This DApp allows whitelisting a certain number of addresses that will have...
This article explains how the CREATE2 functionality in Solidity can be used to predict the address where a smart contract will be deployed at. This...
Using the ProtoStar framework and StarkScan · In this article, we'll see how you can deploy a smart contract using the ProtoStar framework and how to...
Learn how to make a DApp by creating a DApp to save information on chain. · Introduction I've been making articles and tutorials about simple web3...
Introduction So you just deployed a smart contract, but now you need a way to interact with it, let's see how to call smart contract functions using...