Go to file
2018-07-06 18:35:21 +00:00
.github Symlink: fix missing symlink referent 2018-01-31 22:36:07 +00:00
.gitlab/issue_templates Issue template 2017-10-20 08:55:21 +00:00
docs Update README with new doc address and license 2018-07-06 18:18:41 +02:00
emacs Michelson: fix emacs mode 2018-06-22 16:23:17 +02:00
scripts CI: add script for importing packages 2018-07-06 18:18:41 +02:00
src CI: fix p2p opam tests 2018-07-06 19:11:50 +02:00
vendors Tezos is now Open Source 2018-06-30 17:41:32 +02:00
.dockerignore CI: fix build of the minimal docker image 2018-06-19 04:00:09 +02:00
.gitignore Baking: split daemons into 3 different binaries 2018-06-19 03:06:21 +02:00
.gitlab-ci.yml Update .gitlab-ci.yml 2018-07-06 18:35:21 +00:00
.ocp-indent First public release 2016-09-08 19:29:33 -07:00
jbuild Jbuilder: Move alpha/genesis/demo in their own two OPAM packages 2017-12-04 16:05:54 +01:00
jbuild-workspace Jbuilder: Move client & node libraries in their own OPAM packages 2017-12-04 19:15:26 +01:00
Makefile CI: allow documentation versionning 2018-07-06 18:18:41 +02:00
README.md Update README with new doc address and license 2018-07-06 18:18:41 +02:00

Tezos

Tezos is a distributed consensus platform with meta-consensus capability. Tezos not only comes to consensus about the state of its ledger, like Bitcoin or Ethereum. It also attempts to come to consensus about how the protocol and the nodes should adapt and upgrade.

  • Developer documentation is available online at http://tezos.gitlab.io/master always in sync with the master branch (which may be desynchronized with the code running on the live networks, replace master in the URL by the branch of your choice: betanet, alphanet, zeronet, to make sure you are consulting the right API version)
  • The page https://www.tezos.com/ contains more information about the project, even though it is frozen in time due to external reasons
  • All development now happens on Gitlab at https://gitlab.com/tezos/tezos

The Tezos Alpha (test) network has been live and open since February 2017.

The Tezos Beta (experimental) network has been live and open since June 2018.

The source code of Tezos is placed under the MIT Open Source License.