cursor

Guide developers to build Cursor-based Tari Ootle templates and components with Rust and WASM compilation workflows.

28|60|Updated Aug 11, 2022
One-click install
npx skills add https://github.com/tari-project/tari-ootle --skill cursor-tari-project
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cursor
Source: https://github.com/tari-project/tari-ootle/tree/main/docs/skills/cursor
Command: npx skills add https://github.com/tari-project/tari-ootle --skill cursor-tari-project

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Tari Ootle development instructions for Cursor provide a centralized guide to building and deploying Cursor-based templates on the Tari L2 network, accelerating learning curves and reducing integration friction.

Core Features & Use Cases

  • Overview of Tari Ootle concepts (Template, Component, Resource, Vault, Bucket) and how Cursor guides template development.
  • Step-by-step workflow for writing Rust templates, compiling to WASM, and deploying Cursor templates.
  • Practical examples and patterns for building reusable templates and interacting with components on the Tari L2 network.

Quick Start

Follow Cursor instructions to scaffold a new template project, write a minimal template in Rust, compile to wasm32-unknown-unknown, and prepare it for deployment on Tari Ootle.

Frequently Asked Questions about cursor

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build Tari Ootle templates using Cursor?

To build Tari Ootle templates using Cursor, follow guided instructions to scaffold projects, write Rust templates, compile to WASM, and prepare for deployment on the Tari L2 network.

What are the core concepts for Tari L2 template development?

Core Tari L2 template development concepts include Template, Component, Resource, Vault, and Bucket, which define how templates manage assets and interact on the network.

How do I compile Rust templates to WASM for Tari deployment?

Compile Rust templates to WASM for Tari deployment by targeting the wasm32-unknown-unknown architecture, preparing the compiled output for the Tari Ootle environment.

Does Tari Ootle development require prior Rust and blockchain experience?

Tari Ootle development requires Rust knowledge for writing templates and blockchain familiarity for L2 deployment, though Cursor instructions help flatten the learning curve.

What is the workflow for deploying components on the Tari L2 network?

The Tari L2 network deployment workflow involves writing a Rust template, compiling it to WASM, and using specific resource handling and deployment steps to publish the component.