BLOG

Blog-en

10 de March de 2024 2025-02-17 20:53

In these articles, I share my experience in DApps development on the blockchain.

Do you have a DApp or blockchain project you want to implement? Contact me.

Showing 1–6 of 25 results
Blockchain Data Indexing

Blockchain Data Indexing

Blockchain data indexing organizes and structures information for efficient queries in DApps. This article explains how to use The Graph to create, test, and publish subgraphs that improve access to on-chain events and data.

Ensure royalties in an NFT contract

Ensure royalties in an NFT contract

Technical analysis of royalty compliance in NFT contracts using Payment Processor and Transfer Validator v5. Includes authorized lists, security levels, ruleset configuration, and practical examples with compatible marketplaces for on-chain ERC-721 transfer validation.

Royalties in an NFT Smart Contract

Royalties in an NFT Smart Contract

Setting up copyright royalties in NFT contracts is key to ensuring fair compensation for creators. This article explores how the ERC-2981 standard and the Royalty Registry unify the management of these rights, overcoming the initial limitations of NFTs and marketplace-specific...

Whitelist in an NFT contract using a Merkle tree

Whitelist in an NFT contract using a Merkle tree

A scalable solution is presented for managing whitelists in NFT contracts using Merkle trees, reducing gas costs and improving privacy by avoiding the direct storage of addresses in the smart contract.

Account abstraction infrastructure providers

Account abstraction infrastructure providers

The main infrastructure providers for ERC-4337 account abstraction on EVM-compatible networks are analyzed, including smart account wallets, bundlers, and paymasters, enabling the integration of these technologies into DApps with scalable and cost-effective solutions.

Gasless transactions

Gasless transactions

Gasless transactions remove the barrier of paying blockchain fees, enhancing the user experience in DApps. Account abstraction is explored through the ERC-4337 and ERC-7677 standards to sponsor transactions and facilitate web3 adoption by reducing friction for new users.

End of Content