tari_template_test_tooling-0.26.0 has been yanked.
tari_template_test_tooling
Test harness for Tari smart-contract templates. Compiles template crates, initialises an in-process engine with built-in faucet state, and exposes a simple API for building and executing transactions — no running network required.
Example
use ;
use XTR;
use TemplateTest;
To test a template crate at any path, pass the crate path instead:
// Compiles and loads the template from the given crate directory
let mut test = new;
License
BSD-3-Clause. Copyright 2026 The Tari Project.