A few weeks ago, I stumbled upon a tweet discussing the innovative solution of the peachbitcoin project, which uses the 8 decimal standard to simplify the BTC and Sats conversion process. This idea was truly mind-blowing 🀯to me, and I was inspired to implement it in my Savior Bitcoin Wallet project today! If you are interested in checking out my work, please visit my project's GitHub repository here: Thanks! #bitcoin
I'm thrilled to announce my project submission for the MIT Bitcoin Hackathon 2023: Bitchat Wallet! Bitchat Wallet is a secure and user-friendly Bitcoin on-chain wallet that enables communication and transactions between users based on BDK and Nostr. As a Bitcoin and Nostr enthusiast, I saw a need for a secure and easy-to-use platform for transferring bitcoins between users, and Bitchat Wallet is my solution to that problem. With features like requesting bitcoins from other users, sending and receiving bitcoins securely, and E2EE communication, Bitchat Wallet provides a seamless experience for users. I developed Bitchat Wallet using Flutter framework for the frontend, Bitcoin Development Kit, and Nostr Tools Dart package, specifically Nip-06, Nip-19, and Nip-04. While Bitchat Wallet is currently available on the Bitcoin testnet, I have plans for future development, including support for coinjoins, integration with other wallets and platforms, and support for mainnet transactions. I'm excited about the potential of Bitchat Wallet and how it can benefit the Bitcoin community. If you're interested in learning more about Bitchat Wallet or have any feedback to share, please don't hesitate to reach out. Thank you for your support! Check out my submission here: #nostr #bitcoin
Hello everyone! If you're looking for a skilled mobile app developer with expertise in Flutter, Dart, Bitcoin development, and Nostr development, look no further. I'm currently open to work. DM me to connect! πŸš€ Also, if you know someone who's hiring for this tech stack, kindly redirect or retweet to spread the word. #nostr
Excited to share Part 2 of my latest tutorial series on Nostr Tools Flutter package! πŸš€βœ¨ In this article, I'll take you on an in-depth journey, covering key generation, secure storage, encoding/decoding keys based on Nip-19, user inputted private key validation (whether it's hex or nsec), pull-to-refresh for feeds, and event publishing. πŸ’‘πŸ”‘πŸ”’ If you're looking to build a robust Nostr mobile client app, this is a must-read! πŸ“±πŸ’ͺ Check out my article here: https://makers.bolt.fun/story/nostr-tools-flutter-tutorial-implementing-key-generation-and-event-publishing-part-2--773 and level up your Nostr app development game! πŸš€πŸ“š
Hello everyone! I wanted to share a new tutorial I recently wrote on building a simple feed in Nostr using Flutter. In this three-part series, I'll be walking you through the process step-by-step. In part one, I'll guide you through cloning the starter project, setting up project files, installing Nostr Tools, and creating the Nostr feed screen. Then, we'll dive into connecting to the Nostr relay stream and listening for incoming events. This tutorial is perfect for those with some knowledge of Flutter and a basic understanding of the Nostr Protocol. So if that sounds like you, be sure to check it out! You can read the full tutorial here: https://makers.bolt.fun/story/nostr-tools-flutter-tutorial-building-a-simple-feed-for-noost-app-part-1--766. I hope you find it helpful and informative! image
I just released nostr_tools, a pure Dart package for working with Nostr Protocol! If you're a Dart or Flutter developer, this package will be an essential tool for working with the Nostr Protocol and developing Nostr clients. With nostr_tools, you can easily generate keys, create, sign, and verify events, interact with single or multiple relays, query profile data, encrypt/decrypt messages, encode/decode NIP-19 codes & more! Stay tuned for a three-part tutorial series on bolt.fun where I'll show you how to use nostr_tools effectively by developing a simple Nostr client Flutter app. nostr_tools on pub: nostr_tools github: