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-05-30 15:17:42
Last Commit At2020-04-29 15:55:37
Release Count445
Last Release Namev4.1.0 (Posted on 2025-05-30 12:24:03)
First Release Namev0.0.1 (Posted on )
用户参与
Stargazers Count429
Watchers Count30
Fork Count234
Commits Count7.4k
Has Issues Enabled
Issues Count1648
Issue Open Count38
Pull Requests Count4915
Pull Requests Open Count16
Pull Requests Close Count456
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private