TON can be installed as a .NET tool 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 set up your PATH
appropriately.
To install TON locally in a .NET-based project with a tool manifest, omit the -g
option. This will require you to run dotnet ton
from the project directory.