C++
Last updated
Was this helpful?
Last updated
Was this helpful?
This command creates a basic C++ contract with comments that you can observe and compile.
This command compiles and links a selected C++ contract. After successful compilation you get .abi.json and .tvc files that you can later .
This command shows the currently installed C++ compiler version.
This command updates the compiler to the latest version.
Use --force
or -f
option to force reinstall, if the compiler is already up to date.
This command sets the compiler version and downloads it if needed.
Use --force
or -f
option to force reinstall, if the current version is the same as the requested version.