1.0.0 • Published 3 years ago

ton-stdlib v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

TON Standard libraries

This repository contains stable and versioned standard libraries for developing contracts on TON.
Changelog

npm

npm i ton-stdlib

Versioning

Given a version number MAJOR.MINOR, increment the:

  1. MAJOR version when you make incompatible API changes,
  2. MINOR version when you add functionality in a backwards compatible manner, and
  3. PATCH version when you update documentation/any things not changing code.