Tari Mainnet is live

active miners
active miners
active miners
Lessons
Adding Tari to Your Exchange
In this guide, we will cover the basics of getting a Minotari node operational and explain the process of setting up the associated wallets required to run Minotari on your exchange securely: - We...
Read More
Setting Up Your Development Environment
The following guide will take you through setting up an appropriate development environment on your local machine so you can work with Tariโ€™s various projects. We'll use Tari Universe as the project...
Read More
Tari Comms - An In-depth Introduction
In this first lesson we will shed some light on the distributed peer-to-peer (p2p) networking crate and do a deeper dive into what makes it tick. Some of the higher level architecture has already...
Read More
Working with Emoji Id
The struct in the crate provides everything you need to work with Tari's Emoji ID. In this tutorial, we will learn how to create an Emoji ID from a public key and vice versa. We will also validate...
Read More
How Tari Works - Part II
Letโ€™s lift the hood and look at what makes Tari tick. Tari messages are serialised using protobuf, encrypted and sent over the wire. Tari nodes can advertise themselves using IP addresses, or Tor...
Read More
Signing a Message
For details on the mathematics behind digital signatures, Tari Labs University has a good introduction. For now let's have Alice sign a message and have Bob verify that it is from her. Let's assume...
Read More
How Tari Works - Part I
\- Hi. Iโ€™m ๐Ÿ˜‚๐Ÿ‘ป๐Ÿ˜ฟ๐Ÿ–โ›‘๐Ÿ™ [^1]. This is literally all you need to know to send Tari to me on the network. Any time of day or night. Now hang on a minute; last I heard, Tari was a Mimblewimble-based...
Read More
Introduction to Keys
The taricrypto crate carries the fundamental Tari cryptography primitives. It wraps the Ristretto elliptic curve, and provides ergonomic methods for using private and public keys, Pedersen...
Read More
Learning the Tari Codebase
We're so excited that you want to help make Tari even better. We also realise that blockchain codebases can be pretty intimidating. This is where this blog comes in. The articles in this blog are...
Read More
How to run a Tari Node on Windows 10
So you want to run a Tari node? Whether you want to mine for Tari or just run a node, this complete guide will have you up and running in no time. Step 1: Downloading and installing the Tari Windows...
Read More