tari

The Tari protocol

  • Owner: tari-project/tari
  • Platform:
  • License:: BSD 3-Clause "New" or "Revised" License
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

Build

The Tari protocol

Documentation

  • RFC documents are hosted on Github Pages. The source markdown is in the RFC directory.
  • Source code documentation is hosted on docs.rs

Serving the documentation locally

RFC documents

Firstly, install mdbook. Assuming you have Rust and cargo installed, run

cargo install mdbook

Then, from the RFC directory, run

mdbook serve

and the RFC documentation will be available at http://localhost:3000.

Source code documentation

Run

cargo doc

to generate the documentation. The generated html sits in target/doc/. Alternatively, to open a specific package's documentation directly in your browser, run

cargo doc -p <package> --open

Code organisation

See RFC-0110/CodeStructure for details on the code structure and layout.

Git submodules

Git submodules are use temporarily until some dependent libraries are stabilized and released as crates.
When checking out code take the following steps to ensure submodules are up to date.

# Initialize submodules
git submodule init
# Sets `git pull` to automatically pull submodules
git config submodule.recurse true
# Checkout/update all submodules
git submodule update --recursive --remote

Conversation channels

Non-technical discussions and gentle sparring.

Forum-style Q&A
and other Tari-related discussions.

Follow @tari to be
the first to know about important updates and announcements about the project.

Most of the technical conversation about Tari development happens on #FreeNode IRC in the #tari-dev room.

Main metrics

Overview
Name With Ownertari-project/tari
Primary LanguageRust
Program languageJavaScript (Language Count: 13)
Platform
License:BSD 3-Clause "New" or "Revised" License
所有者活动
Created At2018-06-07 10:09:08
Pushed At2025-07-31 15:48:36
Last Commit At2020-04-29 15:55:37
Release Count491
Last Release Namev5.0.0-pre.0 (Posted on 2025-07-23 12:01:59)
First Release Namev0.0.1 (Posted on )
用户参与
Stargazers Count461
Watchers Count30
Fork Count248
Commits Count7.5k
Has Issues Enabled
Issues Count1706
Issue Open Count48
Pull Requests Count5083
Pull Requests Open Count12
Pull Requests Close Count474
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private