tari

The Tari protocol

  • 所有者: tari-project/tari
  • 平台:
  • 許可證: BSD 3-Clause "New" or "Revised" License
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

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.

主要指標

概覽
名稱與所有者tari-project/tari
主編程語言Rust
編程語言JavaScript (語言數: 13)
平台
許可證BSD 3-Clause "New" or "Revised" License
所有者活动
創建於2018-06-07 10:09:08
推送於2025-05-30 15:17:42
最后一次提交2020-04-29 15:55:37
發布數445
最新版本名稱v4.1.0 (發布於 2025-05-30 12:24:03)
第一版名稱v0.0.1 (發布於 )
用户参与
星數429
關注者數30
派生數234
提交數7.4k
已啟用問題?
問題數1648
打開的問題數38
拉請求數4915
打開的拉請求數16
關閉的拉請求數456
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?