Skip to content
This repository has been archived by the owner on Jun 11, 2019. It is now read-only.

Latest commit

 

History

History
33 lines (24 loc) · 959 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 959 Bytes

DEPRECATION NOTICE

TronStudio project is now DEPRECATED and does not support the new TRC10 token smart contract functions. Please use TronBox for smart contract deployment.

Documentation

Tron Studio Documentation

Tron Studio

TronStudio is an IDE to develop/deploy/debug smart contract based on TVM.

Disable auto complete:

change studio.autocomplete to false in src/main/resources/studio.properties and re-build amd run

Screenshot

System Requirement

Oracle JDK 1.8

  • Windows 64Bit
  • Linux 64Bit
  • Mac

Compile & Run

./gradlew build -x test -x check
cd  build/libs
java -jar TronStudio.jar

Compile contract Nullpointer quick fix:

#8