I almost never see 15-30 minute guides of how to integrate things into a project.
I imagine a future with titles like
  • Login with LN-auth in next.js
  • Build a storefront with bitcoin payments in React
Is the tech a little too difficult? I recently saw an egghead.io guide for NFTs on ETH (bleh)
I'm working day and night on this very thing.
I'd like to see more practical demos and tech stacks that are turn-key. That way you can skip a lot of the boilerplate configuration and start tinkering out of the box.
My dream stack is a single dockerfile running bitcoin, lightning, tor, and node/flask with API integration out of the box. Paired with a signet node for hosting a private testnet with friends. This is what I'm working on currently.
Lightning Labs has a good introduction guide on their github for LND, with docker files to spin up lightning nodes.
reply
I would suggest looking into building on or with nix-bitcoin instead of another project from scratch.
reply
agree. While I'm not new to the space, relatively new to most indepth coding related things and keeping that learning curve moving requires quite a lot of searches.
I'm not much of a docker fan, though I can obviously see the benefits of using it to spin things up quickly. Prefer to learn basics of development stacks and work from the ground up, so I can get to where I want by learning the technologies.
There are good resources on setting up nodes and bitcoin specifically (obviously a big area in itself) but would love to find / work on guides for react, npm, js, rust as well as compiling, automating with lua or event-based scripting with shell, networking ..
I'm trying to keep all learning to publish something helpful, not quite there yet.
reply
This guide https://docs.lightning.engineering/ by LL is also quite good.
There are probably others. But to be fair Lightning apps have maybe been decently easy to build for a little over a year so there aren’t many write ups yet. We definitly need more
reply
This is great. I’ve recently been digging through the stacker.news repo to see how things have been implemented here for things auth, tipping, etc.
reply
liked this one a lot ... made a little video about how to get it running
and another one how to extend it
reply
this is a great resource. thankyou @rheedi0
reply
Excellent. Glad it helped @peternguyen777
reply
Not many people are interested in being their own bank. They'd rather learn how to make fancy jpegs and print millions in fiat.
Experienced developers can figure out most things. Most devs are experienced. Most inexperienced devs are wanting to learn more marketable skills so they can get paid to become experienced.
Additionally, doing a video guide this early is risky because things are likely to change and editing videos is expensive.
Learn to read the documentation and ask questions in developer communities. Or make your own guide 😜
reply
anyone interested in building a learning project together? We could start to create those guides. I'm not so experienced in the javascript stuff ... most of the time I struggle more with configuring and integrating things, not with the lighting related stuff.
yes yes yes. ive been learning front end and have been looking far and wide for resources on lightning integration. other blockchains have so many tutorials.