Lessons
The Tari protocol is written entirely in Rust.
The Tari community is a huge fan of Rust due to its performance characteristics and memory and thread safety guarantees. A great way to experiment with Tari libraries is to explore our lessons and dive into the code.
Setting Up Your Development Environment
How to get your system setup to start working with Tari projects
Read more
Guide for adding new languages to the Tari Universe project
A guide to Tari's localization system and how you can contribute new languages.
Read more
Tari Comms - An In-depth Introduction
Tari Comms is the p2p networking crate that powers the Tari protocol
Read more
Introduction to Keys
A lot of cryptocurrency is built on top of public and private key infrastructure.
Read more