--- layout: base-en id: development title: Development - Bitcoin ---

Bitcoin development

Specification

If you are interested in learning more about the technical details of Bitcoin, it is recommended you start with these documents.

Core developers

Get involved

Bitcoin development is open-source and any developer can contribute to the project. Everything you need is in the Github repository. Please make sure to read and follow the development process described in the README, as well as to provide good quality code and respect all guidelines.

Development discussion takes place on github and the bitcoin-development mailing list at sourceforge. Less formal development discussion happens on irc.freenode.net #bitcoin-dev (→web interface; logs).

Bitcoin-Qt contributors

(Ordered by number of commits)

{% for c in site.project.contributors %} {% if c.gravatar_id %}icon{% else %}icon{% endif %} {% if c.login %}{{ c.name }} ({{ c.contributions }}){% else %}{{ c.name }} ({{ c.contributions }}){% endif %} {% endfor %}