CREDITSCOM
ewa
Java

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
Language breakdown
Java 96.4%
CSS 3.6%
Batchfile 0.0%
Shell 0.0%
Files click to expand
README

Documentation \| Guides \| News

Twitter AGPL License Build Status

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-contract
What is Wallet Desktop?
It is desktop version of credits wallet
What is SC-API?
It is API module contains necessary classes for smart-contact deployment
What is API-Client?
API contains general tools for integrate with node
Used environment
How to build
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 "%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`

© 2026 GitRepoTrend · CREDITSCOM/ewa · Updated daily from GitHub