Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ton/blueprint

Package Overview
Dependencies
Maintainers
4
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ton/blueprint - npm Package Versions

12

0.14.0

Diff

Changelog

Source

[0.14.0] - 2023-11-23

Added

  • Added verify command to quickly verify contracts on verifier.ton.org
ikardanov
published 0.13.0 •

Changelog

Source

[0.13.0] - 2023-11-05

Added

  • Added plugin support
  • Added custom API v2 endpoints

Changed

  • Improved docs
  • Changed deployed contract explorer link to use tonviewer
  • Moved deployer to the global describe context in default tests
ikardanov
published 0.12.1 •

Changelog

Source

[0.12.1] - 2023-07-31

Changed

  • Updated all dependencies to @ton organization packages
ikardanov
published 0.10.0 •

Changelog

Source

[0.10.0] - 2023-06-06

Added

  • Added two optional fields to the CompilerConfig: preCompileHook?: () => Promise<void> and postCompileHook?: (code: Cell) => Promise<void>. The former one gets called before any compilation of the respective contract happens, the latter one - after any compilation with the compiled code cell (they are called both during the build command and when calling the compile function for the respective contracts)

Changed

  • Changed the run command to only show .ts scripts
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc