The Wayback Machine - https://web.archive.org/web/20201218175938/https://github.com/CREDITSCOM/ewa
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Documentation | Guides | News

Twitter AGPL License Build Status

EWA

Contract Executor and Wallet Applications

This repository contains following main modules:

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 "%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`

About

This repository contains following main modules: contract executor, wallet desktop, sc-api, api-client

Topics

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.