pull down to refresh

I hadn't heard of this project before. The website doesn't have any details, really. There is a github. I would have posted this in ~ai, but I wasn't sure what they were using llama for.

view on x.com

It looks pretty neat. Since I'm setting up a clean lnd with @justin_shocknet's lightning dot pub to play with CLINK, I'll go check this out at some point.

reply

Doesn’t work on mobile?

reply

You need to host it yourself and it needs access to your Bitcoin Core / LND / tapd / nutshell services (not all, just what you have). Steps:

  1. clone repo: git clone https://github.com/orangeshyguy21/orchard
  2. cd orchard
  3. cp .env.example .env
  4. edit .env (if you don't know what to put, the UI will give you examples if you don't configure anything)
  5. npm i
  6. npm run start:server
  7. (separate window) npm run start:client
reply

Yikes haha

reply