# README
TSN Contracts
This directory contains the Kuneiform contracts used in the Truflation Stream Network (TSN).
Contents
composed_stream_template.kf
: Template for composed stream contractsprimitive_stream_template.kf
: Template for primitive stream contractssystem_contract.kf
: System-level contract for managing official streamscontracts.go
: Go file for embedding contract contents
Purpose
These contracts define the core functionality of the TSN, including:
- Data stream management
- Permissions and access control
- Index calculations
- Metadata handling
Synchronization
We aim to keep these contracts in sync with the public versions in the sdk-go repository. This private repository serves as the primary development environment.
Additional Resources
- Detailed Contract Documentation
- Benchmark tool (located in this directory)
- Kuneiform logic tests (located in this directory)
For more information on contract methods and usage, please refer to the detailed documentation linked above.
# Packages
No description provided by the author
# Variables
go:embed composed_stream_template.kf.
go:embed composed_stream_template_unix.kf.
go:embed primitive_stream_template.kf.
go:embed primitive_stream_unix.kf.
go:embed system_contract.kf.
go:embed system_contract.kf.