/bitgesell-sync-docs

Primary LanguageTypeScriptMIT LicenseMIT

bitgesell-sync-docs

A small utility to sync rpc documentation for bitgesell core from main bitcoin core rpc documentation.

For more, visit Bitgesell RPC Documentation

Usage

  1. Clone and install dependencies
git clone https://github.com/naftalimurgor/bitgesell-sync-docs
cd bitgesell-sync-docs/
yarn install
  1. Sync RPC docs for the latest Bitgesell Core release:
yarn dev

All the RPC docs will be downloaded and saved to rpc-md/

License: MIT