aiShare Your Requirements
Ashish  Gushain Oodles

Ashish Gushain (Backend-Senior Associate Consultant L1 - Development)

Experience: 3+ yrs

Ashish Gushain is a highly experienced backend developer with over 1+ years of industry expertise in Solidity and Smart contract development. He possesses in-depth knowledge of web3, blockchain architecture, and practical experience in working with various tools and frameworks such as Nodejs, Hardhat, Remix, React, and databases such as MongoDB and Postgres. He is highly skilled in decentralized finance (DeFi) and specializes in implementing complex financial protocols on the blockchain. He has a passion for reading and constantly stays updated with the latest trends in the blockchain and cryptocurrency space.

Ashish  Gushain Oodles
Ashish Gushain
(Senior Associate Consultant L1 - Development)

Ashish Gushain is a highly experienced backend developer with over 1+ years of industry expertise in Solidity and Smart contract development. He possesses in-depth knowledge of web3, blockchain architecture, and practical experience in working with various tools and frameworks such as Nodejs, Hardhat, Remix, React, and databases such as MongoDB and Postgres. He is highly skilled in decentralized finance (DeFi) and specializes in implementing complex financial protocols on the blockchain. He has a passion for reading and constantly stays updated with the latest trends in the blockchain and cryptocurrency space.

LanguageLanguages

DotEnglish

Fluent

DotHindi

Fluent

SkillsSkills

DotEtherscan

80%

DotBot

60%

DotAnchor

60%

DotWeb3.js

80%

DotBlockchain

80%

DotToken V

60%

DotRust

60%

DotSolana

80%

DotSolidity

100%

DotNode Js

80%

DotJavascript

80%

DotCoinbase API

80%

DotStellar (XLM)

60%

DotMern Stack

60%

DotBIP39 Standards

80%

DotNFT Marketplace

60%

DotEthers.js

80%

DotMetaMask

80%
ExpWork Experience / Trainings / Internship

Jun 2022-Present

Associate Consultant - Development

Gurugram


Oodles Technologies

Gurugram

Jun 2022-Present

EducationEducation

2015-2018

Dot

Jamia Hamdard

BCA-Computer Applications

Top Blog Posts
Building a Cross-Chain NFT Bridge using Solana Wormhole The blockchain ecosystem is rapidly evolving, with numerous networks offering unique features and capabilities. However, this diversity often leads to fragmentation, where assets and applications are siloed within their respective chains. Non-fungible tokens (NFTs), which have gained immense popularity, are no exception to this challenge. To unlock the full potential of NFT development, it is crucial to enable their seamless transfer and interaction across different blockchain networks. This is where cross-chain bridges come ...
Category: Blockchain Development & Web3 Solutions
How to Build a Cross-Chain Bridge Using Solidity and Rust The capacity to transfer assets across networks effortlessly is more important than ever in the ever-changing world of blockchain development. Envision a bridge that unites the Ethereum and Solana worlds, letting tokens move freely while upholding security and openness. In this project, we use the robust programming languages Solidity and Rust to set out on the task of creating a cross-chain bridge. Through utilizing Rust's efficiency for Solana's on-chain logic and Solidity's capabilities for Ethereum smart contracts, our goal is to prov...
Category: Blockchain Development & Web3 Solutions
Building a Decentralized Voting System with Solidity and Hardhat In this blog, we will guide you through the process of building a decentralized voting system using Solidity and Hardhat, which are heavily used in blockchain app development. You will learn how to create and deploy smart contracts that ensure secure, transparent, and tamper-proof voting. Ideal for developers looking to harness the power of blockchain technology in democratic processes, this tutorial covers everything from setting up your environment to writing and testing your contracts. With the help of this mech...
Category: Blockchain Development & Web3 Solutions
How to Build and Deploy a Subgraph with The Graph Protocol The Graph is a tool that helps apps quickly access blockchain data. It uses a technology called GraphQL to pull data efficiently. Developers use it during blockchain app development to build faster and more reliable blockchain apps. It organizes blockchain data into something called subgraphs, making it easier to handle. This tool supports several blockchains, enhancing its usefulness for developers.AdvantagesSpeed: It speeds up how quickly apps can access blockchain data.Efficiency: It makes data retrieval more ef...
Category: Blockchain Development & Web3 Solutions
How to Develop Programmable Non-Fungible Tokens on Solana The introduction of Programmable Non-Fungible Tokens (PNFTs) on Solana brings a new dimension to the world of digital ownership, as it allows creators to insert custom rules into their NFTs. In this way, it becomes possible to ensure that activities like transfers and burns are always done with respect to the creator's true intentions in the Solana development space.Do Read | How to Create a Compressed NFT on SolanaKey Featu...
Category: Blockchain Development & Web3 Solutions
How to Transfer SOL and SPL Tokens Using Anchor The Anchor framework is a Rust-based framework for building Solana programs using Solana blockchain development. It simplifies the process of developing Solana smart contracts by providing a higher-level abstraction over Solana's low-level programming model. Anchor abstracts away much of the complexity involved in writing Solana programs, making it easier for developers to focus on application logic rather than low-level details.PrerequisitesRust InstallationGo
Category: Blockchain Development & Web3 Solutions
Creating a Tokenized Lootbox Game Smart Contract on Ethereum Within the quickly developing realm of blockchain gaming, tokenized loot boxes have become a fascinating fusion of virtual cash and gaming fun. With blockchain development services, you can create a unique gaming experience where players can purchase, earn, and open loot boxes containing a range of tokenized things by utilizing the Ethereum network and the ERC1155 multi-token standard. Using the "MyToken" contract as a foundational example, this blog post will walk you through the process of c...
Category: Blockchain Development & Web3 Solutions
How to Set Up Strapi and Deploy on Heroku Creating a Content Management System (CMS) using Strapi and deploying it on Heroku combines the flexibility of Strapi's headless CMS with the simplicity of Heroku's cloud platform. Strapi enables developers to design a customized CMS, defining content structures and APIs, while Heroku streamlines the deployment process, providing a scalable and managed environment for hosting the Strapi-based CMS. This synergy allows for efficient content management and delivery in a cloud-native and user-friendly ecosystem for your app de...
A Guide to Gasless ERC20 Token Transfer Find out the step-by-step guide for gasless ERC20 token transfers in Erc-20 token development services to streamline transactions and foster accessibility in blockchain assets.Gasless ERC20 Token Transfers: Embracing Efficiency and AccessibilityIn the evolving world of blockchain technology, the implementation of gasless ERC20 token transfers stands out as a significant innovation. This approach utilizes meta-transactions to enhance the efficiency and accessibility of token transfers on the Ethereum network.What are ER...
Category: Blockchain Development & Web3 Solutions
How to Create a MultiSig Wallet in Solidity Creating a Multi-Sig Wallet in SolidityA multi-signature (multi-sig) wallet is like a safe that needs multiple keys to open. It's a smart contract that holds cryptocurrency and requires more than one person's approval to make transactions. Today, we'll delve into creating a multi-sig wallet using Hardhat, a popular Ethereum development environment. Creating a multi-sig wallet requires significant expertise in smart contract development.PrerequisitesA basic understanding of Solidity and Ethereum.