Socket
Book a DemoInstallSign in
Socket

@taqueria/plugin-contract-types

Package Overview
Dependencies
Maintainers
3
Versions
1608
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@taqueria/plugin-contract-types

This plugin provides a `taq generate types` command which will generate and export TypeScript types from compiled Michelson smart contracts. These generated types then work with your IDE and Taquito, providing type safety and an improved code authoring ex

latest
npmnpm
Version
0.78.0
Version published
Weekly downloads
545
37.63%
Maintainers
3
Weekly downloads
 
Created
Source

Taqueria Contract Types Plugin

This plugin provides a taq generate types command which will generate and export TypeScript types from compiled Michelson smart contracts. These generated types then work with your IDE and Taquito, providing type safety and an improved code authoring experience

Benefits of using generated types:

  • Static types used to call smart contract methods are checked at compile time, improving code reliability
  • Generated types enable auto-completion and syntax highlighting in your IDE
  • Developing apps with Taquito is faster and more reliable
  • The VS Code Extension provides tooltip hints for parameter types used to call a smart contract method
  • Calling smart contract methods with types is done directly, removing the need for utility methods
  • Simplifies your code and improves readability

For more information, please see our documentation for the Taqueria Contract Types plugin

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