
Security News
The Changelog Podcast: Practical Steps to Stay Safe on npm
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.
@taqueria/plugin-tzcompose
Advanced tools
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.
To build the Tzcompose plugin, run the following command from the root of the plugin repository:
pnpm run build --filter taqueria-plugin-tzcompose
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
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.
Contributions to improve the Tzcompose plugin are welcome! Please submit issues and pull requests on the plugin's GitHub repository.
The Tzcompose plugin is open-source software licensed under the Apache 2 License.
FAQs
A TzCompose plugin for Taqueria using the GoTz SDK
We found that @taqueria/plugin-tzcompose demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?

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.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.

Security News
Experts push back on new claims about AI-driven ransomware, warning that hype and sponsored research are distorting how the threat is understood.

Security News
Ruby's creator Matz assumes control of RubyGems and Bundler repositories while former maintainers agree to step back and transfer all rights to end the dispute.