Socket
Book a DemoInstallSign in
Socket

@taqueria/plugin-tzcompose

Package Overview
Dependencies
Maintainers
3
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@taqueria/plugin-tzcompose

A TzCompose plugin for Taqueria using the GoTz SDK

latest
npmnpm
Version
0.78.0
Version published
Weekly downloads
14
-60%
Maintainers
3
Weekly downloads
 
Created
Source

Tzcompose Plugin for Taqueria

This plugin integrates Tzcompose, a powerful automation framework developed by Blockwatch for executing complex transaction sequences on Tezos, into the Taqueria development environment.

The plugin is written in TypeScript and compiled to a JavaScript bundle for Node.js using tsup. It leverages the @taqueria/node-sdk, following the same development practices as other plugins created by our team for Taqueria.

Requirements

  • Taqueria v0.42.0 or later
  • Node.js v18.18.0 or later

Building

To build the Tzcompose plugin, run the following command from the root of the plugin repository:

pnpm run build --filter taqueria-plugin-tzcompose

Installation

To install the Tzcompose plugin in a Taqueria project, navigate to the project folder and run:

cd [taqueria-project]
taq init # if the project isn't already initialized
taq install @taqueria/plugin-tzcompose

Usage

The Tzcompose plugin adds a single command to Taqueria:

taq tzcompose [pipeline.yaml]

This command runs the specified Tzcompose pipeline YAML file within your Taqueria project.

For detailed information on creating YAML files to define your Tzcompose pipelines, please refer to the Tzcompose documentation.

Contributing

Contributions to improve the Tzcompose plugin are welcome! Please submit issues and pull requests on the plugin's GitHub repository.

License

The Tzcompose plugin is open-source software licensed under the Apache 2 License.

Keywords

taqueria

FAQs

Package last updated on 21 Aug 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts