An open API service indexing awesome lists of open source software.

https://github.com/masonicboom/btcrpcapi

Bitcoin Core RPC API history
https://github.com/masonicboom/btcrpcapi

bitcoin bitcoin-api

Last synced: about 1 year ago
JSON representation

Bitcoin Core RPC API history

Awesome Lists containing this project

README

          

# btcrpcapi

This project collects the set of RPC API calls available in each version of Bitcoin Core and builds a website to view them.

## Dependencies

- git
- make
- python3
- bash

## Usage

Type `make`, then view `index.html` in a web browser.

If you prefer a dark color scheme, do `MODE=dark make`, instead.

## Output

Pre-computed output: [index.html](index.html).