Skip to content
View naitikrahane's full-sized avatar

Organizations

@FlowStablee

Block or report naitikrahane

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
naitikrahane/README.md

👋 Naitik Rahane

User → Builder → Systems Thinker

Solidity EVM Web3 JavaScript Python SQL


🧠 About Me

I approach software like a debugger.

I like to use systems as a user first, understand how they behave under the hood, trace the logic, and then build tools around that understanding.

Started as a crypto & blockchain user.
Got curious about how things actually work.
Now actively building and experimenting in the EVM / Web3 ecosystem.


🔥 What I’m Building / Exploring

  • ⚙️ Smart contracts & EVM experiments
  • 🔐 Non-custodial wallets (CLI,Hardware & Android)
  • 🟣 Farcaster mini apps & on-chain games
  • 💸 DeFi utilities (faucets, bridges, explorers)
  • 🧰 Small tools that solve specific problems

🛠 Tech Stack

Blockchain

  • Solidity · EVM · Base · OpenZeppelin
    Languages
  • JavaScript · TypeScript · Python · SQL
    Systems
  • Wallets · RPCs · CLI tools · Testnets
    Exploring
  • Protocol design · Privacy & encrypted computation

Understand the system. Then build on it.

Pinned Loading

  1. Created using remix-ide: Realtime Et... Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.8.30+commit.73712a01.js&optimize=true&runs=200&gist=
    1
    // SPDX-License-Identifier: MIT
    2
    pragma solidity ^0.8.20;
    3
    
                  
    4
    import "@openzeppelin/contracts/token/ERC20/ERC20.sol";
    5
    import "@openzeppelin/contracts/token/ERC20/extensions/ERC20Burnable.sol";
  2. CryptoWallet-cli CryptoWallet-cli Public

    A simple non-custodial EVM CLI wallet built with Node.js.

    JavaScript 1

  3. FastDice-Farminiapp FastDice-Farminiapp Public

    A lightweight, decentralized dice game built specifically for the Farcaster ecosystem on the Base L2 network. Users pick a number (1-6), roll the dice on-chain, and receive instant USDC payouts if …

    HTML 1

  4. HKeyQuickPaste HKeyQuickPaste Public

    HKeyQuickPaste: Save text snippets and paste them instantly with customizable keyboard shortcuts.

    JavaScript

  5. Stable.xyz-faucet Stable.xyz-faucet Public

    This tool allows you to easily unwrap tUSDT into gUSDT on the Stable Testnet (Chain ID 2201). Simply connect your wallet, approve the amount of tUSDT you want to convert, and the dApp automatically…

    HTML

  6. flowstable-android-test-wallet flowstable-android-test-wallet Public

    Forked from FlowStablee/flowstable-android-test-wallet

    FlowStable Android Test Wallet This repository contains an experimental Android wallet built for testing and validating FlowStable’s mobile wallet architecture. It focuses on UI correctness, build …

    Kotlin