GithubHelp home page GithubHelp logo

murtyjones / bitcoin-development-history Goto Github PK

View Code? Open in Web Editor NEW

This project forked from 0xb10c/bitcoin-development-history

0.0 0.0 0.0 40 KB

Data and a example for a open source timeline of the history of Bitcoin development

Home Page: https://bitcoin-development-history.b10c.me/

License: MIT License

HTML 75.78% Python 24.22%

bitcoin-development-history's Introduction

Timeline of the Bitcoin development history

To fully understand the rationale behind the current state of Bitcoin development, knowledge about historical events is essential.

This open source project contains data for a timeline on historical Bitcoin developments. Most data points are adopted from a talk John Newbery gave on the History and Philosophy of Bitcoin Development. Feel free to propose a change or add a new entry to the timeline. All code in this repository is licensed under a MIT License. The data contained in the bitcoin-history.json file is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License. When using the data, please attribute this project.

Creative Commons License

I've used this timeline in my blog post The incomplete history of Bitcoin development.

Formatting

The bitcoin-history.json file contains a sorted list of events on the timeline. It starts with Satoshi Nakamoto beginning his work on Bitcoin in 2007. Each event is encoded in the following JSON structure. Correct formatting can be checked with the Python script json-format-checker.py. This script is automatically run for each pull request on travis.

An id must start with a year and a valid type. Currently the five types release, post, bug, company and other are specified. The title should contain a date a column as separator and a short title. At least one paragraph must be filled. No empty paragraphs. Links to a source should be provided. Each link must have an according label.

{
  "id": "",
  "type":"",
  "title": "",
  "paragraphs": [
    ""
  ],
  "links": [
    {
      "label": "",
      "link": ""
    }
  ]
}

bitcoin-development-history's People

Contributors

0xb10c avatar jnewbery avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.