package
1.2.1
Repository: https://github.com/trufnetwork/node.git
Documentation: pkg.go.dev

# 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 contracts
  • primitive_stream_template.kf: Template for primitive stream contracts
  • system_contract.kf: System-level contract for managing official streams
  • contracts.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

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.