Vivek Suthar

VS

Real-Time Push Notifications for Solana: Enhancing User Engagement with On-Chain Webhooks

Introduction: Building a consumer app that engages users with real-time on-chain events is a daunting challenge for any developer. The complexity of managing Android and iOS configurations, setting up webhook servers, and handling notifications for o...

Read More

Unleashing the Power of Solana: A Comprehensive Guide to Building Mobile Apps with Solana Mobile Stack

If you delve into the realm of Blockchain development, one noticeable aspect is the limited availability of native apps. Only a select few exist, and this scarcity can be attributed to various factors such as inadequate tooling, broken functionalitie...

Read More

Exploring React Native's New Architecture: A Peek into the New Architecture

Introduction React Native is an open-source, cross-platform application development framework developed by Meta (previously Facebook) that enables developers to build iOS, Android, and Web applications from a single codebase. React Native allows deve...

Read More

JNI: Calling C++ Code from Java

While exploring the New Architecture of React Native, I found the JSI(JavaScript Interface) and how it communicates from JS to C++ and vice-versa.So I started gathering information about how this works, upon doing some quick internet searches, I foun...

Read More

Gasless Transactions Made Easy with Biconomy

One of the biggest challenges that Web 3.0 is currently facing is poor user experience. The process of making transactions on dApp requires users to pay gas fees and sign messages for each and every transaction. This can be quite frustrating for new ...

Read More

Build your first Web 3.0 Application with HTML, CSS, JavaScript, and Remix-IDE.

So if you are starting your Web3.0 journey, understanding all the concepts by building the projects is the best thing you can do. In this blog, we are going to build a simple App: Chain-Journey, it is going to be an application where users will drop ...

Read More

Upload your Files to IPFS: An Easy guide

If you are building a decentralized App, in most cases you need to store your images, files, and videos on a decentralized platform like IPFS, File coin, or Filebase, so in this blog, we will discuss how you can upload your files to File-coin network...

Read More

An easy guide on how to upload files to Filebase?

If you are building a decentralized App, in most cases you need to store your images, files, videos on a decentralized platform like IPFS, File coin or Filebase ,so in this blog we will discuss how you can upload your files to File-base. Before jumpi...

Read More