C++
Create your first contract
This command creates a basic C++ contract with comments that you can observe and compile.
everdev clang create ContractCompile
This command compiles and links a selected C++ contract. After successful compilation you get .abi.json and .tvc files that you can later use in your DApps to deploy and run contract methods.
everdev clang compile Contract.cppVersion
This command shows the currently installed C++ compiler version.
everdev clang versionUpdate
This command updates the compiler to the latest version.
everdev clang updateUse --force or -f option to force reinstall, if the compiler is already up to date.
Set
This command sets the compiler version and downloads it if needed.
everdev clang set --compiler 7.0.0Use --force or -f option to force reinstall, if the current version is the same as the requested version.
Last updated
Was this helpful?