#smart-contracts
Read more stories on Hashnode
Articles with this tag
Implementing a lottery smart contract using Solidity is an exciting venture into the world of blockchain technology. This guide will walk you through...
TRC-20 is a standard for smart contract development and fungible token development on the TRON blockchain. It is similar to Ethereum’s ERC-20 standard...
Introduction In today’s digital world, gaming has evolved tremendously, transforming how we interact with and enjoy games. One of the most exciting...
A smart contract is a computer program that self-executes an output after certain conditions are met. People use it to facilitate, authenticate, and...
The ERC-4337 standard introduces a new account abstraction layer for Ethereum, enabling a more flexible and user-friendly approach to account...
During smart contract development, a project sometimes requires connecting with other contracts in the network. However, private variables in Solidity...