Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 639 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 639 Bytes

Welcome to PlatON-Java

For more information, please visit our wiki.

About

PlatON-Java is a pure-Java implementation of the PlatON protocol.

Running PlatON-Java

Importing project to IntelliJ IDEA:
> git clone https://github.com/PlatONnetwork/PlatON-Java.git
> cd PlatON-Java
> ./gradlew.bat build

IDEA:

  • File -> New -> Project from existing sources…
  • Select PlatON-Java/build.gradle
  • Dialog “Import Project from gradle”: press “OK”
  • After building run org.platon.Start .

License

PlatON-Java is released under the LGPL-V3 license.