#template #tari #lib #engine #validation #state #require

no-std tari_template_lib

Tari template library provides abstrations that interface with the Tari validator engine

3 releases (breaking)

new 0.7.0 May 28, 2024
0.3.0 Dec 20, 2023
0.1.0 Nov 22, 2023

#2213 in Magic Beans

Download history 3/week @ 2024-02-13 21/week @ 2024-02-20 15/week @ 2024-02-27 2/week @ 2024-03-26 40/week @ 2024-04-02 5/week @ 2024-04-09

158 downloads per month

BSD-3-Clause

315KB
5.5K SLoC

This crate contains an interface for WASM templates to interact with the state of the Tari Network, as well as some utilities for executing functions that may be slow in the WASM environment.

In most cases, you will only require the prelude which can be included with:

use tari_template_lib::prelude::*;

Dependencies

~1.4–2.4MB
~50K SLoC