Installation
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 theton
CLI driver anywhere, assuming you have set up yourPATH
appropriately.To install TON locally in a .NET-based project with a tool manifest, omit the
-g
option. This will require you to rundotnet ton
from the project directory.
Last updated