https://github.com/elastos/elastos.ela.utilities.java
https://github.com/elastos/elastos.ela.utilities.java
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/elastos/elastos.ela.utilities.java
- Owner: elastos
- Created: 2018-01-19T08:42:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-12-24T10:42:12.000Z (over 5 years ago)
- Last Synced: 2023-07-07T18:15:34.123Z (almost 2 years ago)
- Language: Java
- Size: 23.3 MB
- Stars: 6
- Watchers: 30
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Elastos.ELA.Utilities.Java
- Elastos.ELA.Utilities.Java is a tool for generating transaction signature,there are two forms of signature,one is to call the API,the other one is the web request
## Interface documentation
- Path:[Elastos.ELA.Utilities.Java/src/main/java/docs](https://github.com/elastos/Elastos.ELA.Utilities.Java/tree/master/src/main/java/docs)
## JAR package
- start command : java -cp Elastos.ELA.Utilities.Java.jar org.elastos.elaweb.HttpServer
- suggestion:java version "1.8.0_161"
- local IP : http://127.0.0.1:8989/
### generate jar package```
File -> Project Structure -> Artifacts -> + -> JAR -> From modules with
1、-> Main Class
2、-> extract to the target JAR
3、-> META-INF PATH (C:\DNA\src\ela_tool\src\main\resources)
4、ok -> Include in project build -> Apply ->okrun : java -cp Elastos.ELA.Utilities.Java.jar org.elastos.elaweb.HttpServer
```## notice
```
- Execute the following command in the JAR directory to avoid invalid signature file exception information.
- Execute : zip -d Elastos.ELA.Utilities.Java.jar 'META-INF/*.SF' 'META-INF/*.RSA' 'META-INF/*SF'
```