Rizful.com on Nostr: We did a lot of NWC development for Rizful.com ... what helped was looking at open ...
We did a lot of NWC development for Rizful.com (npub1jlu…p2kq) ... what helped was looking at open source code from COINOS and ALBY, if you can't find the repositories, let me know and I can dig them up. But really the MOST useful thing is Super Testnet (npub1yxp…399s) site https://supertestnet.github.io/nwc_tester/ ... to test your implemenation. Also you an look at the code of this site to understand how it works from the client perspective..... Finally, I can't imagine doing NWC development without running your own relay, at least for dev purposes, because it really helps to look at the logs of the relay to see the messages coming to and from your NWC implementation. Finally, read this 10 times... .https://github.com/nostr-protocol/nips/blob/master/47.md .. and then put it into an LLM and ask questions about it or have it talk to you about it... I find with complicated stuff like this, it's really critical to make repeated attempts to fit it all into your brain, over several days....