Orchard A Bitcoin super application Implementation support Bitcoin Lightning support (LND) Cashu mint support (nutshell) Development Setup Prerequisites Install [Node.js] which includes [Node Package Manager][npm] Run the application Configuration mv .env.example .env # edit .env file nano .env Client npm run start:client Server npm run start:server Production Setup npm run build npm run start