Quick start¶
Run a first test for Free TON smart-contracts and debots using TestSuite4.
Warning
You might need to replace python and pip with python3 and pip3 if you are running Linux or macOS.
If you have Python 3.6-3.9, pip and git installed on your system, you can proceed with the following steps.
Install tonos-ts4 package:
$ pip install tonos-ts4
Download tutorials from GitHub:
$ git clone git@github.com:tonlabs/TestSuite4.git
… and run the tutorials:
$ cd TestSuite4/tutorials
$ python tutorial01_getters.py
Tip
The full list of available tutorials can be found here