Verifying my plugin-builder.btcpayserver.org account. Proof: oxvbg68yr_gAo3uhoFZM1Q
Anipy
npub1clqc...rp9x
Bitcoin and notes and other stuff over relays and flutter and rust ⚡
created pingaxe: a free macOS app for solo miners
you bought the device. you're chasing the dream.
this makes sure your setup is actually working.
— fastest pool from your location
— your address is in the payout
— best fees right now
— scam pool detection
open source →
learn →
PingAxe — Verify Your Bitaxe Solo Mining Setup
PingAxe is a free macOS app for Bitaxe solo miners. Test pool speed, verify payout addresses, compare mempool fees, and detect scam pools — all i...
PingAxe — Verify Your Bitaxe Solo Mining Setup
PingAxe is a free macOS app for Bitaxe solo miners. Test pool speed, verify payout addresses, compare mempool fees, and detect scam pools — all i...
My ln address anipy@plebqr.in go claim yours
PlebQR - Lightning to UPI Bridge
Get your Lightning Address. Receive Bitcoin, get INR via UPI.
Created PlebQR LN Address – you claim your own Lightning address (satoshi@plebqr.in), link it to your UPI ID.
When someone sends Bitcoin to that address, you get INR in your bank account.
PlebQR - Lightning to UPI Bridge
Get your Lightning Address. Receive Bitcoin, get INR via UPI.
Implemented Bitaxe connect in Bull Bitcoin mobile app.
One-Tap Bitaxe Connect from Your Wallet:

One-Tap Bitaxe Connect from Your Wallet
Configuring your Bitaxe directly from a mobile wallet
Integrated Cashu's Ecash protocol into Nostrpay for #NutNovember bringing offline-first digital Ecash capabilities to it.
It's FOSS: 
GitHub
GitHub - Unit-Matrix/nostrpay at cashu-impl
Bitcoin made simple for kids! Contribute to Unit-Matrix/nostrpay development by creating an account on GitHub.
🚀 Excited to share my project for the NWC @Geyser Hackathon Grant: Nostrpay!
A playful, parent-controlled Bitcoin Lightning wallet based on Nostr Wallet Connect (NWC), designed for kids to learn, save, and spend sats safely and with a smile.
Learn more at
and

Nostrpay
Nostrpay - Safe, Simple, and Fun Bitcoin for Kids
Join the NostrPay waitlist! A playful, parent-controlled Bitcoin Lightning wallet designed to help kids learn, save, and spend sats safely. Parents...
Bitcoin Crowdfunding for New Ideas and Humanitarian Causes | Geyser
Geyser helps people launch new Bitcoin project ideas and fund humanitarian causes worldwide, accelerating adoption through transparent crowdfunding.
Just now, I asked my little sister to download and try the Skibidi Wallet:
She downloaded it, got to the in-game intro of wallet creation — and got stuck. She did not noted down the mnemonics. Then she paused and asked me: “Why do I have to write down these random words? I just want to move forward.”
She got a bit frustrated, but went ahead — for me, after I told her to write them down as this is part of the game.
After that, without any help, she created an invoice and told me to pay.
The receive worked, but the wallet balance update took time.
She stared at me and said: “This is fake. Why isn’t my balance showing?”
The transaction history showed up instantly, but the balance took 1–2 minutes to reflect.
Eventually, I sent her an invoice for 50 sats.
She scanned it and paid it.
Then came the next one that hit hard: “Why do I lose money every time I send or receive? Why is there a fee everytime? Who would even use this?”
And finally, the knockout question: “Okay, now what? What can I actually do with this Bitcoin? Can I buy anything in a shop?”
I had no answer.
GitHub
Release Skibidi Wallet v1.0.0 🚽 · anipy1/Skibidi-Wallet
The first brainrot Bitcoin wallet for Gen Alpha! Features gesture navigation, built-in RPG, and Lightning support. Built for skibidi.cash bounty.
W...
🚀 Just dropped the first brainrot Bitcoin wallet for Gen Alpha!
Built for skibidi.cash bounty, this wallet brings memes, gaming, and Bitcoin together in one app.
Watch video here:
🚀 Excited to share my latest project: Tiny Satoshi — a 2D RPG game designed to teach Bitcoin self-custody in a fun and interactive way!
Built for the Bitcoin++ Hackathon, this game aims to solve a critical challenge in the Bitcoin ecosystem which is the lack of accessible, beginner-friendly education around self-custody. Many newcomers often default to custodial solutions because self-custody can feel complex — which goes against Bitcoin’s core value of financial sovereignty.
Tiny Satoshi addresses this by turning learning into an engaging adventure with quests, challenges, and hands-on experience.
Developed using Bonfire Engine, Flutter and BDK
If you want to try it out yourself, download the Android version here:


itch.io
Tiny Satoshi by Aniket
Learn Bitcoin self-custody through an engaging RPG adventure
Created a self-custodial Bitcoin Lightning wallet with Nostr Wallet Connect support for the MIT Bitcoin Hackathon!
- Lightning with LDK
- Olympus LSP integration for jit 0-conf payment channels
- Flutter for UI
- NWC support for any nostr client
🚀 Just published a new tutorial article on "How to Develop a Nostr Wallet Connect Mobile App Using Flutter and NWC!"
Explore how applications can effortlessly connect to remote Lightning wallets with this standardized protocol.
🔗 Learn more about NWC and its potential in my latest tutorial:
- Dev_to (https://dev.to/anipy/tutorial-how-to-develop-a-nostr-wallet-connect-mobile-app-using-flutter-and-nwc-3kcb)
- Medium (https://medium.com/@aaa.software.dev/tutorial-how-to-develop-a-nostr-wallet-connect-mobile-app-using-flutter-and-nwc-5643d667bbfe)
Discover the process of implementing clipboard monitoring in Flutter to achieve this 👇
Explore the step-by-step guide:


DEV Community
Clipboard Monitoring for Bitcoin Addresses in Flutter
Clipboard Monitoring for Bitcoin Addresses in Flutter

🚀 Let's Explore Lightning Nodes! (1/8) ⚡
1/ The Lightning Network is a game-changer for Bitcoin. But what powers it? Software applications speaking the LN protocol. Let's dive into Lightning nodes, the backbone of this innovation.
2/ Lightning nodes are versatile. They're wallets, facilitating payments over both the Lightning and Bitcoin Network. They communicate peer-to-peer with other nodes, forming the network. Plus, they need access to the Bitcoin blockchain for securing funds.
3/ To maximize control, users can run their own Bitcoin and Lightning nodes. But here's the cool part: Lightning nodes can also use SPV to interact with the Bitcoin blockchain, offering a lighter approach.
4/ The Lightning Network isn't a product or company, it's a set of open standards for interoperability. Various companies and community groups have built open-source Lightning node software (LND, c-lightning, Eclair, etc) enabling collaboration and community-driven development. 🔧🤝
5/ Unlike Bitcoin, where the standard is defined by a reference implementation in software (Bitcoin Core), in Lightning the standard is defined by a series of standards documents called Basis of Lightning Technology (BOLT). 📜
6/ No single reference implementation for the Lightning Network exists, but there are competing BOLT-compliant implementations from different teams and organizations. These teams not only build software but also contribute to BOLT standard development. 💼
7/ Lightning node software differs from Bitcoin's. It doesn't need to follow consensus rules and can experiment with extended functionality beyond the BOLT baseline. This flexibility allows for innovation and could shape future BOLTs. 💡
8/ Excited to make your own Bitcoin Lightning Node using LDK? Click below to start the adventure!
https://medium.com/@aaa.software.dev/how-to-develop-a-non-custodial-bitcoin-lightning-wallet-using-flutter-and-ldk-7396310f37b6
#bitcoin #lightningnetwork
Let's Make Bitcoin Lightning-Fast! ⚡
🚀 Hang tight because we're diving into the exciting world of the Lightning Network!
🌐 Have you ever wondered how to make Bitcoin transactions faster, more scalable, and more private? Well, that's where the Lightning Network comes in.
⏳ Back in 2015, two brilliant minds, Joseph Poon and Thaddeus Dryja, introduced the Lightning Network to tackle Bitcoin's scaling issue.
💨💰 Think of the Lightning Network as a second-layer technology. It helps handle transactions off the main Bitcoin blockchain, making them quicker and more cost-effective. It's like the Flash of microtransactions!
⚡💸 Now, here's the cool part: Users put their Bitcoins on the Lightning Network and only interact with the main Bitcoin blockchain when they open or close payment channels. The result? Lightning-fast payments that don't wait for confirmations!
😎 But there's more! The Lightning Network has some awesome features. And remember, the Lightning Network isn't a separate coin or token; it's built on top of Bitcoin.
🔥 Are you curious to learn more about this exciting world? Want to discover how to build your very own Non-Custodial Bitcoin Lightning wallet? Join me on this journey!
#Bitcoin #LightningNetwork

DEV Community
Tutorial: How to develop a Non-Custodial Bitcoin Lightning Wallet using Flutter and LDK?
Hello everyone! My name is Aniket (aka Anipy) and in this tutorial, I'm going to show you how to...
🚀 Just published my tutorial article on "How to develop a Non-Custodial Bitcoin Lightning Wallet using Flutter and LDK."
Learn about Lightning Networks, Nodes, and Wallets, opening and closing Payment Channels, creating and paying BOLT11 Invoices, creating Zero-Sat Invoices, Channel State Backups, and overcoming challenges with Incoming Channel Opening Requests.
Check it out:
BOLT.FUN
Tutorial: How to develop a Non-Custodial Bitcoin Lightning Wallet using Flutter and LDK?
Hello everyone! My name is Aniket (aka Anipy) and in this tutorial, I'm going to show you how to create your very ow
📢 Excited to share my latest project - 'Bijli,' a non-custodial Bitcoin Lightning Wallet ⚡️built with Flutter & Lightning Development Kit (LDK)! I've been working on this app during weekends for months, and I'm thrilled to show you a quick demo.
Check it out on GitHub:
#Bitcoin #LightningNetwork #Flutter #OpenSource
GitHub
GitHub - anipy1/bijli_ln_wallet: A Non-Custodial Bitcoin Lightning Wallet
A Non-Custodial Bitcoin Lightning Wallet. Contribute to anipy1/bijli_ln_wallet development by creating an account on GitHub.
While developing Savior, I've come across an amazing learning journey! From mnemonics to HD wallets, derivation paths to SegWit, PSBTs to descriptors—each piece adds to the magic with BDK.
But the LN?
Man, it's a whole new world! Channels, pathfinding, routing, commitment tx, funding tx, penalty tx, different procedures for closing channels, p2p gossip protocol, channel liquidity, watchtowers and more—personally, it's pure engineering genius. Kudos to the brilliant minds making Bitcoin accessible for micro-payments!
Hello! I want to share with you the Bitcoin Icons Flutter Package that I have developed. This package provides a comprehensive collection of icons from the Bitcoin Icons set (https://bitcoinicons.com), developed by the Bitcoin Design Community.
- Check out the package on pub.dev:
- Explore the source code on GitHub:
- See the package in action: https://aniketambore.github.io/bitcoin_icons/#/
Feel free to utilize this package to enhance your Flutter projects with beautiful Bitcoin icons!
Dart packages
bitcoin_icons | Flutter package
This Package provides a comprehensive collection of icons specifically designed for Bitcoin applications.
GitHub
GitHub - anipy1/bitcoin_icons: The Bitcoin Icons Flutter Package provides a comprehensive collection of icons specifically designed for Bitcoin applications.
The Bitcoin Icons Flutter Package provides a comprehensive collection of icons specifically designed for Bitcoin applications. - anipy1/bitcoin_icons
I just started learning Rust and realized that its data types are immutable by default. It's like Rust is saying to other programming languages, 'Hey, you mutable peasants, bow down to the immutability king!' 💪
#rustlang