For more information, please visit our wiki.
PlatON-Java is a pure-Java implementation of the PlatON protocol.
> 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
.
PlatON-Java is released under the LGPL-V3 license.