This repository contains following main modules: contract executor, wallet desktop, sc-api, api-client
Last updated Jun 8, 2025
15
Stars
3
Forks
6
Issues
0
Stars/day
Attention Score
5
Topics
Language breakdown
Java 96.4%
CSS 3.6%
Batchfile 0.0%
Shell 0.0%
▸ Files
click to expand
README

Documentation \| Guides \| News
EWA
Contract Executor and Wallet Applications
This repository contains following main modules:- Contract Executor
- sc-api
- api-client
What is Contract Executor?
Contract Executor is app for deploy and execute methods of smart-contractWhat is Wallet Desktop?
It is desktop version of credits walletWhat is SC-API?
It is API module contains necessary classes for smart-contact deploymentWhat is API-Client?
API contains general tools for integrate with nodeUsed environment
How to build
For build all modules use following maven command on root project levelmvn 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
"%yourmodulepath_here%" - path to the lib folder OpenJFX SDK
java --module-path %yourmodulepath_here% --add-modules=javafx.controls,javafx.fxml,javafx.graphics -jar wallet-desktop.jar`
🔗 More in this category