Go to file
2018-07-19 19:04:35 +02: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 Makefile: rename tezos-$protocol-baker to tezos-baker-$protocol 2018-07-18 23:43:49 +02:00
emacs Michelson: fix Emacs mode 2018-07-10 16:49:55 +02:00
scripts Protocol_compiler: Add an option to avoid compiling 2018-07-19 18:52:00 +02:00
src Michelson: add SIZE on string and bytes 2018-07-19 19:04:35 +02:00
vendors Resto: automatically retry a few times on 502 gateway errors 2018-07-06 23:28:33 +02:00
.dockerignore Makefile: rename tezos-$protocol-baker to tezos-baker-$protocol 2018-07-18 23:43:49 +02:00
.gitignore Makefile: rename tezos-$protocol-baker to tezos-baker-$protocol 2018-07-18 23:43:49 +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
active_protocol_versions Docker: handle multiple protocols 2018-07-18 23:17:45 +02: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 Makefile: rename tezos-$protocol-baker to tezos-baker-$protocol 2018-07-18 23:43:49 +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.