jTON
Framework for compiling, deploying and testing Free TON contracts
Content table
Requirements
-
Node.js >=
16.x
-
Yarn >=
1.22.x
-
Free TON Development Environment >=
0.7.x
Installation
yarn
yarn add jton
npm
npm i 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
You can find example how to use jTON with your own contracts in simple-wallet-smart-contract repository.
TODO
- Tests
- Docs