当前位置: 首页 > 软件库 > Web3 > 区块链 >

developer.bitcoin.org

Bitcoin.org Developer Documentation
授权协议 View license
开发语言
所属分类 Web3、 区块链
软件类型 开源软件
地区 不详
投 递 者 傅元龙
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

Welcome to developer.bitcoin.org's codebase

Live site: developer.bitcoin.org

Report problems or help improve the site by opening a newissue or pullrequest.

How to contribute

This repo hosts the sources for the Bitcoin developer documentation. One of theeasiest ways to get started contributing is by rereading the site and looking forinconsistencies in terminology, style, etc., and also in any illustrations.

Prior to contributing, please review the styleguide.

Much of the content displayed on the is converted from Markdown toreStructuredText (RST) and renderedwith Sphinx.

Render the documentation locally

To render the documentation locally you first need to install Sphinx and therequired theme modules, e.g. by running

pip install -r requirements.txt

This should be done from the root of this repo. Then you can execute Sphinx by calling

make html

This will generate HTML from the RST sources in the directory _build/html.It's all static HTML so you can just open the index.html file in your browserlocally to view the rendered documentation.

Generation of RPC docs

The documentation of the RPC commands is automatically generated from the helpof a bitcoin client with a helpertool.This is the content in the reference/rpc directory. Changes inthese files need to be done through the helper tool or at least backported tothe helper tool after doing them in this repo.

Code of Conduct

Participation in this project is subject to a Code ofConduct.