Installation
Last updated
Last updated
TON can be installed as a in two ways:
To install TON globally, run dotnet tool install ton -g
. This will allow you to run the ton
CLI driver anywhere, assuming you have .
To install TON locally in a .NET-based project with a , omit the -g
option. This will require you to run dotnet ton
from the project directory.