Go to file
2018-07-17 13:52:04 +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 Doc: remove and fix brokens links 2018-07-17 11:37:22 +02:00
emacs Michelson: fix Emacs mode 2018-07-10 16:49:55 +02:00
scripts Scripts: make opam env invocation more robust 2018-07-13 00:58:00 +02:00
src Proto: show Michleson error traces in correct order 2018-07-17 13:52:04 +00:00
vendors Resto: automatically retry a few times on 502 gateway errors 2018-07-06 23:28:33 +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 CI: fix opam dependencies 2018-07-11 23:27:04 +02: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 Updates to README.md 2018-07-13 00:54:40 +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 official Tezos website https://tezos.com/ contains more information about the project.
  • 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.