Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 854 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 854 Bytes

Bitcoin Core Api

This is an Api on top of a Bitcoin Core node in order to enable additional features like a searchable database, wallet features and a friendly api for web-based user interfaces.

Version Build Status Coverage

Setup

  1. Install and run Bitcoin Core.
  2. Configure env vars in a .env file
  3. yarn dev