Home
Softono
b

bitcoin-dot-org

Professional software vendor delivering innovative solutions on the Softono platform. Specialized in both open-source and proprietary software development.

Total Products
2

Software by bitcoin-dot-org

Bitcoin.org
Open Source

Bitcoin.org

# Welcome to Bitcoin.org's Codebase Current Build Status: ![Build Status](https://travis-ci.org/bitcoin-dot-org/bitcoin.org.svg?branch=master) Live site: [Bitcoin.org](https://bitcoin.org) Report problems or help improve the site by opening a [new issue](https://github.com/bitcoin-dot-org/bitcoin.org/issues/new) or [pull request](https://github.com/bitcoin-dot-org/bitcoin.org/compare). ## Earn Bitcoin for Contributing Open issues [labeled with "Bounty"](https://github.com/bitcoin-dot-org/bitcoin.org/labels/Bounty) have bounties on them. Viewing the issue will reveal the value of the bounty. Submit a pull request resolving the issue along with an accompanying note or comment containing a bitcoin address and automatically receive a payment in the amount of the bounty if it gets merged. ## How to Participate The following quick guides will help you get started: + [Becoming a Contributor](https://github.com/bitcoin-dot-org/bitcoin.org/blob/master/docs/become-a-contributor.md) + [Working with GitHub](https://github.com/bitcoin-dot-org/bitcoin.org/blob/master/docs/working-with-github.md) + [Setting Up Your Environment](https://github.com/bitcoin-dot-org/bitcoin.org/blob/master/docs/setting-up-your-environment.md) + [Improving Developer Documentation](https://github.com/bitcoin-dot-org/developer.bitcoin.org/) + [Assisting with Translations](https://github.com/bitcoin-dot-org/bitcoin.org/blob/master/docs/assisting-with-translations.md) + [Adding Exchanges](https://github.com/bitcoin-dot-org/bitcoin.org/blob/master/docs/adding-exchanges.md) + [Managing Wallets](https://github.com/bitcoin-dot-org/bitcoin.org/blob/master/docs/managing-wallets.md) + [Adding Events, Release Notes and Alerts](https://github.com/bitcoin-dot-org/bitcoin.org/blob/master/docs/adding-events-release-notes-and-alerts.md) + [Adding Blog Posts](https://github.com/bitcoin-dot-org/bitcoin.org/blob/master/docs/adding-blog-posts.md) + [Miscellaneous / Other](https://github.com/bitcoin-dot-org/bitcoin.org/blob/master/docs/miscellaneous.md) ### Code of Conduct Participation in this project is subject to a [Code of Conduct](https://github.com/bitcoin-dot-org/bitcoin.org/blob/master/CODE_OF_CONDUCT.md).

CMS & Blogging Crypto & Blockchain
1.8K Github Stars
developer.bitcoin.org
Open Source

developer.bitcoin.org

# Welcome to developer.bitcoin.org's codebase Live site: [developer.bitcoin.org](https://developer.bitcoin.org) Report problems or help improve the site by opening a [new issue](https://github.com/bitcoin-dot-org/developer.bitcoin.org/issues) or [pull request](https://github.com/bitcoin-dot-org/developer.bitcoin.org/compare). ## How to contribute This repo hosts the sources for the Bitcoin developer documentation. One of the easiest ways to get started contributing is by rereading the site and looking for inconsistencies in terminology, style, etc., and also in any illustrations. Prior to contributing, please review the [style guide](https://github.com/bitcoin-dot-org/developer.bitcoin.org/tree/master/docs/style-guide.md). Much of the content displayed on the is converted from Markdown to [reStructuredText (RST)](http://docutils.sourceforge.net/rst.html) and rendered with [Sphinx](http://www.sphinx-doc.org). ### Render the documentation locally To render the documentation locally you first need to install Sphinx and the required 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 browser locally to view the rendered documentation. ### Generation of RPC docs The documentation of the RPC commands is automatically generated from the help of a bitcoin client with a [helper tool](https://github.com/bitcoin-dot-org/developer.bitcoin.org/tree/master/helpers/rpc). This is the content in the [reference/rpc](reference/rpc) directory. Changes in these files need to be done through the helper tool or at least backported to the helper tool after doing them in this repo. ## Code of Conduct Participation in this project is subject to a [Code of Conduct](https://github.com/bitcoin-dot-org/developer.bitcoin.org/blob/master/CODE_OF_CONDUCT.md).

Crypto & Blockchain Documentation
219 Github Stars