Archive Blogs

Recent Posts

blog cover
Blockchain

Bypass Solidity Contract Size Check

In this post we will be talking about Bypass contract size check. Certain smart contract methods, for security reasons, are defined to only accept being called from external owned accounts (EOA) and not from other smart contracts. In order to achieve this, some developers may opt to include, in those methods, a require statement to […]
photo of the creator2
blog cover
Blockchain

Understanding ERC Standards: A Guide to Different Types of Blockchain Tokens

In Ethereum, ERCs are analogous to RFCs. It turns out that lot of the more popular EIPs (Ethereum Improvement Proposals) and ERCs are related to tokens. This has resulted in standards that have shaped how tokens are created, managed, and traded on the Ethereum blockchain. The most popular of these standards are ERC-20, ERC-721, ERC-777, […]
photo of the creator2
blog cover
Bitcoin

Understanding Blockchain Layers: A Comprehensive Guide

Blockchain represents a major innovation in terms of how information is stored and transferred. The simplest way to picture it is as a shared, immutable, decentralized and distributed ledger that stores and keeps track of transaction records. It is built upon layers in which each layer has a unique functionality that ,together, make blockchain a […]
photo of the creator2
blog cover
Blockchain

How Blockchain is Revolutionizing the Gaming Industry

As the world becomes increasingly digitalized, it’s no surprise that the gaming industry has seen a shift towards online and mobile platforms. However, with this shift come new challenges, such as security concerns, trust issues, and limited possibilities for players. Blockchain technology is emerging as a solution to these challenges and is revolutionizing the gaming […]
photo of the creator2
blog cover
Blockchain

Web3.js vs Ethers.js: Picking the Right Ethereum Library for Your DApp

Developing decentralized applications (DApps) on the Ethereum platform requires using powerful libraries to interact with the blockchain. Web3.js and Ethers.js are the two most popular choices for this purpose. In this extensive guide, we will compare Web3.js vs Ethers.js, discuss their core features, provide code examples, and explore their strengths and weaknesses to help you […]
photo of the creator2
blog cover
Bitcoin

Bitcoin Conference 2023: Unveiling the Future of Crypto

The vibrant city of Miami played host to the highly anticipated Bitcoin Conference 2023, where visionaries, enthusiasts, and innovators gathered to explore the future of crypto. This annual event has become a must-attend experience for everyone involved in the cryptocurrency and blockchain space. In this article, we’ll take a deep dive into the conference’s highlights, […]
photo of the creator2
blog cover
Media

Infuy Supports Tim Draper’s Meetup in Montevideo

About the meetup This Friday, April 28, Montevideo will host an exciting event for entrepreneurs, startups, and tech enthusiasts. Tim Draper, a renowned venture capitalist and founder of Draper Associates, will be leading a discussion alongside industry leaders to inspire and educate the entrepreneurial community. The event, which is open to the public and free […]
photo of the creator2
blog cover
Blockchain

Understanding the Differences between Web3 vs blockchain Development

As the blockchain industry evolves, so do the technologies and development practices surrounding it. Two prominent terms in the space are Web3 and blockchain development. While the two are often used interchangeably, they are in fact distinct—though often complimentary—approaches to building decentralized applications. In this article, we’ll take a closer look at the main differences […]
photo of the creator2
blog cover
Blockchain

Hardhat vs Truffle

Hardhat and Truffle are two of the dominant development environments for projects that interact with blockchains based on the Ethereum Virtual Machine (EVM). Thus, it is important to have an overview of how they differ on certain aspects in order to be able to choose the most suitable one for each project of interest. At […]
photo of the creator2
blog cover
Blockchain

Blockchain en Abstracta Tech Talks: conceptos básicos y características

Como parte de la octava temporada de Abstracta Tech Talks, se dará un episodio completo a un tema que despierta la curiosidad de cada vez más personas en la actualidad, Blockchain, con los aportes del Alejando Narancio de Infuy como invitado exclusivo. ¿Cuáles son los desafíos del testing ante esta nueva tecnología? Nos sumergiremos con Alejandro […]
photo of the creator2
blog cover
Blockchain

Design Patterns for Smart Contracts

Smart contract design patterns are essential to building secure and efficient blockchain applications. By following established design patterns, developers can ensure their smart contracts are reliable, scalable, and easier to maintain. In this article, we’ll explore some common smart contract design patterns and provide examples of their implementations. Understanding smart contract design patterns is crucial […]
photo of the creator2
blog cover
Blockchain

Understanding Phishing with tx.origin in Solidity

Phishing attacks have become a significant concern in the digital world, and it is essential to take measures to protect against them. In the blockchain industry, Solidity is the most popular language for developing smart contracts, but it is also vulnerable to phishing attacks. In this article, we will explain how tx.origin works and how […]
photo of the creator2