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.
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.
lnd
with @justin_shocknet's lightning dot pub to play withCLINK
, I'll go check this out at some point.git clone https://github.com/orangeshyguy21/orchard
cd orchard
cp .env.example .env
.env
(if you don't know what to put, the UI will give you examples if you don't configure anything)npm i
npm run start:server
npm run start:client