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
- Host: GitHub
- URL: https://github.com/masonicboom/btcrpcapi
- Owner: masonicboom
- License: mit
- Created: 2018-07-20T20:27:04.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-03-20T23:23:10.000Z (about 7 years ago)
- Last Synced: 2025-04-09T14:50:35.355Z (about 1 year ago)
- Topics: bitcoin, bitcoin-api
- Language: HTML
- Homepage: https://masonicboom.github.io/btcrpcapi/
- Size: 3.15 MB
- Stars: 12
- Watchers: 3
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).