swh:1:snp:9c27352633c4639a943e316050a7b904f57900e2
Raw File
Tip revision: b23b35a5773415acfe8bce93f1decea0b51328e5 authored by Raphaƫl Proust on 30 January 2020, 13:31:42 UTC
NEEDS AMENDING AND SQUASHING: Set opam to include new dependency
Tip revision: b23b35a
README.md
Tezos
=====

The Project
-----------

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/
   always in sync with the master branch (which may be desynchronized with
   the code running on the live networks).
 - The website https://tezos.com/ contains more information about the project.
 - All development happens on GitLab at https://gitlab.com/tezos/tezos

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

The Community
-------------

 - Several community built block explorers are available:

    - https://tzstats.com/
    - https://tezos.id
    - https://tezblock.io/
    - https://teztracker.everstake.one/
    - https://tzkt.io/ (Baking focused Explorer)
    - https://mininax.cryptonomic.tech/mainnet
    - https://baking-bad.org/ (Reward Tracker)
    - https://arronax-beta.cryptonomic.tech/ (Blockchain Search Engine)


- A few community run websites collect useful Tezos links:
    - https://www.tezos.help
    - https://tezos.rocks

 - There is a Forum with focus on Governance https://forum.tezosagora.org/
 - There is a matrix channel *Tezos* that you can join [here](https://riot.im/app/#/room/#tezos:matrix.org)
 - There is a sub-reddit at https://www.reddit.com/r/tezos/
 - There is also a community FAQ at https://github.com/tezoscommunity/faq/wiki/Tezos-Technical-FAQ
 - There is a *#tezos* IRC channel on *freenode* that is reserved for technical discussions


The Networks
------------

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.
back to top