Skip to content

Latest commit

 

History

History
executable file
·
26 lines (20 loc) · 571 Bytes

README.md

File metadata and controls

executable file
·
26 lines (20 loc) · 571 Bytes

Litetokens Studio

LitetokensStudio is an IDE to develop/deploy/debug smart contract based on LVM.

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 LitetokensStudio.jar

Compile contract Nullpointer quick fix:

tronprotocol/tron-studio#8