Quick start¶
Run a first test for Free TON smart-contracts and debots using TestSuite.
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.10, 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:EverscaleGuild/TestSuite.git
… and run the tutorials:
$ cd TestSuite/tutorials
$ python tutorial01_getters.py
Tip
The full list of available tutorials can be found here