Oddbean new post about | logout
 blossom feature

Have you considered creating an optional blossom feature so that blossom server lists can be managed, files can be uploaded and retrieved using the blossom BUDs? 
 Nice. I get that is ancillary to nostr. I'm only asking because my project is going to start using it. Not now but soon™. Would you be interested in a PR when it comes time for me to implement it? It might involve some input regarding how you would like it to fit into your library and which dependencies you would like to use for RESTful API requests, etc. 
 Yes, sure, thank you!

Currently I'm using `reqwest` for NIP05 and NIP11, so I would say to use it also for blossom. If there is a better one (that works on WASM too), it can be replaced. 
 Yes, sure, thank you!

Currently I'm using `reqwest` for NIP05 and NIP11, so I would say to use it also for blossom. If there is a better one (that works on WASM too), it can be replaced.