TONDEV Visual Studio Code pluginAccess TONDEV Toolkit functionality directly from popular IDE Content TableInstallationSearch for Supported operationsGo to SolidityCreate your first contractThis command creates a hello-world Solidity contract with comments that you can observe and compile. Click on the empty space in Explorer and find
. We named the contract . CompileThis command compiles and links a selected Solidity contract. After successful compilation you get .abi.json and .tvc files that you can later use in your DApps to deploy and call contract methods. Find
VersionThis command shows the currently installed Solidity compiler version. Access this command from
UpdateThis command updates the compiler to the latest version. In case you had some problems with installation or want to pull the latest compiler version use this command.
Access it from C++Create your first contractThis command creates a hello-world C++ contract with comments that you can observe and compile. Click on the empty space in Explorer and find
We named the contract CompileThis 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 call contract methods. Find
VersionThis command shows the currently installed Solidity compiler version. Access this command from
UpdateThis command updates the compiler to the latest version. SDKCreate Demo ProjectThis command creates a Node.js project with SDK latest dependencies and index.js file with main Client object creation. Click on the empty space in Explorer and find We named our project To connect to the local blockchain you need to run it. Find out how to launch it here. Client creation: Dependencies: BacklogCompilers
TS4
Network registry support
Signer registry support
Contract management support
|