Framework for compiling, deploying and testing Free TON contracts


Keywords
Ever, Everscale, Library, Framework, TypeScript, Test, Tests, Testing, Deploy, Deployment, Make, Compile, Dev, Development, everdev, free-ton, freeton, tondev
License
GPL-3.0-only
Install
npm install jton@0.7.1

Documentation

jTON

cover Framework for compiling, deploying and testing Free TON contracts

Content table

Requirements

requirements

Installation

yarn

yarn add jton

npm

npm i jton

Contracts

jTON contracts You can find popular contracts like SafeMultisigWallet that work with jTON in the jton-contracts repository. You can also add any contracts you want to this by pull request or becoming a contributor.

Example

SimpleWallet You can find example how to use jTON with your own contracts in simple-wallet-smart-contract repository.

TODO

  • Tests
  • Docs