Archive Blogs

Recent Posts

blog cover
Blockchain

Self Destruct in Solidity: A Guide

First of all, this function is going to be deprecated in the newer versions of Solidity. With that said, let’s talk about this powerful feature, which can be used to destroy a smart contract, freeing up storage on the blockchain. While it can be a useful tool, it can also be dangerous if not used […]
photo of the creator2
blog cover
Blockchain

Preventing Denial of Service Attacks in Solidity

Solidity security is a critical concern for anyone building smart contracts on the Ethereum blockchain. One of the biggest security risks for contracts is the potential for Denial of Service (DoS) attacks. Malicious users can intentionally cause a smart contract to consume more resources than intended, or make it unresponsive, unavailable or cause calls to […]
photo of the creator2
blog cover
Blockchain

Understanding Different Types of Tokens: Utility vs Assets

Tokens are an essential element of the blockchain ecosystem, and they come in various forms. Two of the most common types of tokens are utility tokens and asset tokens. In this article, we will explore the differences between utility and asset tokens and their significance in the blockchain space. Native Tokens But first, let’s talk […]
photo of the creator2