Recent Posts
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 […]
Romina
June 6, 2023
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, […]
Martin Liguori
May 24, 2023
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 […]
Romina
May 23, 2023
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 […]
infuy
May 22, 2023
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 […]
Martin Liguori
May 10, 2023
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, […]
infuy
April 28, 2023
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 […]
Martin Liguori
April 24, 2023
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 […]
Martin Liguori
April 19, 2023
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 […]
Romina
April 18, 2023
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 […]
infuy
April 12, 2023
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 […]
Martin Liguori
March 31, 2023
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 […]
Martin Liguori
March 30, 2023