ton-stdlib
v1.0.0
Published
TON Standard libraries
Downloads
3
Readme
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:
- MAJOR version when you make incompatible API changes,
- MINOR version when you add functionality in a backwards compatible manner, and
- PATCH version when you update documentation/any things not changing code.