PlatON-Java
PlatON-Java copied to clipboard
Java implementation of the PlatON protocol
trafficstars
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.