Skip to content

SovranBitcoin/orchard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

789 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Orchard


orchard-logo

A Bitcoin super application


Implementation support

  • Bitcoin
    • core
  • Lightning
    • lnd
  • Cashu Mint
    • cdk (sqlite)
    • nutshell (sqlite)
  • Taproot Assets
    • tapd
  • AI
    • ollama

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

Package Management

npm install

Client

npm run start:client

Server

npm run start:server

Production Setup

npm install
npm run build
npm run start

Updating

git pull
npm install
npm run build
npm run start

About

a super application for bitcoin nodes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 81.5%
  • HTML 12.3%
  • SCSS 6.1%
  • JavaScript 0.1%