Documentation | Guides | News
This repository contains following main modules:
-
Contract Executor
-
sc-api
-
api-client
Contract Executor is app for deploy and execute methods of smart-contract
It is desktop version of credits wallet
It is API module contains necessary classes for smart-contact deployment
API contains general tools for integrate with node
For build all modules use following maven command on root project level
mvn clean install
For run wallet you have to install openjfx sdk and then you need specify path to lib folder of openjfx. Use following command as example "%your_module_path_here%" - path to the lib folder OpenJFX SDK
java --module-path %your_module_path_here% --add-modules=javafx.controls,javafx.fxml,javafx.graphics -jar wallet-desktop.jar`