My Blogs
Layers in blockchain.
This blog explores consensus models, Layer 0 to Layer 3, and why it is important to understand.
June 7, 2025
ERC-20 token and how to use it well and flaws
Explore the intricacies of ERC-20 tokens, their applications, and common pitfalls to avoid in your projects. This blog post delves into the standards, best practices, and potential issues developers face when working with ERC-20 tokens.
June 30, 2025
how to make get started with 3D rendering in websites
This is a starter template and reference guide for working with react-three-fiber, @react-three/drei, and three.js, tailored for self-learning and future reference. The code and setup provided here serve as a minimal and modular entry point into the world of browser-based 3D rendering with React, supporting both simple and complex animations or scenes.
June 10, 2025
How to Do Authentication in Next.js with NextAuth.js
Learn how to implement authentication in your Next.js applications using NextAuth.js. This guide covers everything from setting up the library to managing user sessions and securing your routes.
May 15, 2025
how to make a Liquid Staking Token Project
1. tracks the blockchain for incoming transactions to an address we own 2. Anytime SOL comes to this address, we mint our custom token to that address(HSOL). The amount depends on the mathematical formula 3. whenever the user returns some token, we will return them SOL in a similar amount
May 11, 2025