Egge's avatar
Egge
egge@npub.cash
npub1mhcr...c226
Building https://npub.cash πŸ₯œ Working on awesome nostr, cashu and Lightning stuff πŸ’œβš‘οΈ
Egge's avatar
Egge 11 months ago
Npubs are not created, they are found πŸ’œ
Egge's avatar
Egge 11 months ago
β€œBuilt with Cashu-TS” is here! In this blog post I build a tiny version of npub.cash using Cashu-TS View quoted note β†’
Egge's avatar
Egge 11 months ago
> Don’t you want to tape of your camera for safety reasons? > Yo, it’s Linux. The camera doesn’t work programmersarealsohuman5909 has me dying πŸ˜‚
Egge's avatar
Egge 11 months ago
Typescript rewrite in Go! Great news πŸ”₯
Egge's avatar
Egge 0 years ago
I want to start a blog series where I built small Cashu projects using Cashu-TS. What are some of the things that you would like to see?
Egge's avatar
Egge 0 years ago
I just released the first version of almnd, a npm package for throttled communication with Cashu mints. Almnd will schedule and reschedule mint calls with appropriate timings and backoffs, making sure that you can talk to mints, without having to worry about spamming them (and getting rate limited). image The first version focuses on minting. Other methods will be added soon(tm). I built this with npub.cash in mind. I think the most appropriate use case is services that have to deal with a lot of pending state over long periods of times. For most wallets I would recommend looking into Cashu's WebSocket protocol. Library: https://www.npmjs.com/package/almnd
Egge's avatar
Egge 0 years ago
Anyone got the link to the new Macos long-form app that was released recently? #asknostr
Egge's avatar
Egge 0 years ago
Become ungovernable πŸ’œ image
Egge's avatar
Egge 0 years ago
Next month, I’ll be hosting a hands-on coding workshop on the basics of ecash and Cashu development! πŸ“ Where? Swiss Bitcoin Conference, Kreuzlingen, Switzerland πŸ“… When? Saturday, April 26 (time TBD) If you’re curious about building with ecash and Cashu, make sure to drop by πŸ’œ More details about the conference: swiss-bitcoin-conference.com Hope to see you there! πŸ₯œ
Egge's avatar
Egge 0 years ago
I just paid the first invoice on npubcash v2 πŸ₯œ
Egge's avatar
Egge 1 year ago
I can not wait to never get rate limited again... πŸ₯œ image
Egge's avatar
Egge 1 year ago
The flu stole two weeks of my life… what do you do to stay healthy? #asknostr
Egge's avatar
Egge 1 year ago
Because I received a coupe of DMs pointing out a bug in this code: in JavaScript β€œthis” is implicitly defined in every function scope. If there is no object attached (function is not a method) it points to the global object (window or globalThis). There is no bug in this code. ecash fixes it globally. View quoted note β†’
↑