|
1 | | -<h1 align="center"> |
2 | | - java-wallet |
3 | | -</h1> |
4 | | -<p align="center"> |
| 1 | +<h1 align="center">Java-Wallet</h1> |
5 | 2 |
|
| 3 | +<p align="center"> |
6 | 4 | <a href="https://travis-ci.org/galaxyscitech/java-wallet"> |
7 | | - <img src="https://travis-ci.org/galaxyscitech/java-wallet.svg?branch=master"> |
| 5 | + <img src="https://travis-ci.org/galaxyscitech/java-wallet.svg?branch=master" alt="Build Status"> |
8 | 6 | </a> |
| 7 | + <!-- Other badges here --> |
| 8 | +</p> |
9 | 9 |
|
10 | | - <a href="https://github.com/galaxyscitech/java-wallet/issues"> |
11 | | - <img src="https://img.shields.io/github/issues/galaxyscitech/java-wallet.svg"> |
12 | | - </a> |
| 10 | +## Demo Access |
13 | 11 |
|
14 | | - <a href="https://github.com/galaxyscitech/java-wallet/pulls"> |
15 | | - <img src="https://img.shields.io/github/issues-pr/galaxyscitech/java-wallet.svg"> |
16 | | - </a> |
| 12 | +- **Backend Management:** [Link](http://34.152.57.199:10001) |
| 13 | + |
| 14 | + *For account access, please contact me via Telegram.* |
| 15 | + |
| 16 | +- **Scheduled Task Management:** [Link](http://34.152.57.199:8081/xxl-job-admin) |
17 | 17 |
|
18 | | - <a href="https://github.com/galaxyscitech/java-wallet/graphs/contributors"> |
19 | | - <img src="https://img.shields.io/github/contributors/galaxyscitech/java-wallet.svg"> |
20 | | - </a> |
| 18 | + *For account access, please contact me via Telegram.* |
21 | 19 |
|
22 | | - <a href="LICENSE"> |
23 | | - <img src="https://img.shields.io/github/license/galaxyscitech/java-wallet.svg"> |
24 | | - </a> |
| 20 | +## Introduction |
25 | 21 |
|
26 | | -</p> |
| 22 | +Java-Wallet is a powerful business system built upon the functional components of digital currency. It's designed to obtain blockchain addresses from various public chains, offering deposit and withdrawal functionalities for multiple currencies including BTC, OMNI, ETH, ERC20, TRX, TRC20, BCH, BSV, DOGE, DASH, and LTC. |
27 | 23 |
|
28 | | -# Demo URL |
| 24 | +**Key Features:** |
| 25 | +- Dynamic retrieval of blockchain addresses. |
| 26 | +- Seamless deposit and withdrawal functions for multiple cryptocurrencies. |
| 27 | +- API-centric design for easy integration. |
29 | 28 |
|
30 | | --Background management http://34.152.57.199:10001 |
| 29 | +**Technical Highlights:** |
| 30 | +- Developed using the SpringBoot framework. |
| 31 | +- Written in Java and Kotlin. |
| 32 | +- Utilizes RabbitMQ for messaging. |
| 33 | +- Employs MySQL for cloud database management. |
| 34 | +- Integrates xxl-job for distributed scheduled tasks. |
31 | 35 |
|
32 | | -(please contact me by telegram for account and password) |
| 36 | +## Architecture Overview |
33 | 37 |
|
34 | | --Scheduled task management http://34.152.57.199:8081/xxl-job-admin |
| 38 | + |
| 39 | + |
| 40 | + |
35 | 41 |
|
36 | | -(please contact me by telegram for account and password) |
| 42 | +## Reliability |
37 | 43 |
|
38 | | -### Blockchain java wallet introduction: |
39 | | -- #### The business backend is a more powerful business system constructed based on the functional components of the digital currency, which can obtain different public chain blockchain addresses at any time, and supports (BTC, OMNI, ETH, ERC20, TRX, TRC20) , BCH, BSV, DOGE, DASH, LTC) deposit and withdrawal functions |
40 | | -Note: When the programmer is docked, it is only necessary to dock the api interface |
41 | | -- ###### code demo |
42 | | - |
43 | | -- ###### Background management demo |
44 | | - |
45 | | -- ###### API interface demo |
46 | | - |
| 44 | +Java-Wallet is a robust platform that has been rigorously tested, having managed transactions worth hundreds of millions of dollars in a production environment. It boasts high reliability, scalability, and utility, ensuring confidence in its deployment and use. |
47 | 45 |
|
48 | | -#### Complete system architecture situation: |
49 | | -- Use springboot framework |
50 | | -- The language is java, kotlin |
51 | | -- Use rabbitmq message queue |
52 | | -- mysql cloud database |
53 | | -- xxl-job distributed timing task framework |
| 46 | +## Support |
54 | 47 |
|
55 | | -#### The entire system is developed by myself, and has run hundreds of millions of dollars in the production environment. It has sufficient reliability, scalability, and practicality, and can be used with confidence. |
| 48 | +If you encounter any issues or require further clarification, feel free to [submit an issue](https://github.com/galaxyscitech/java-wallet/issues). |
56 | 49 |
|
57 | | -### Submit an issue if there is a problem |
| 50 | +## Disclaimer |
58 | 51 |
|
59 | | -## pay attention |
60 | | -Anyone who uses this source code to engage in commercial activities and causes losses to others and yourself, I am not responsible for it! |
| 52 | +Please note that any commercial activities pursued using this source code, which result in losses (either to oneself or to others), are the sole responsibility of the user. I hold no liability for such outcomes. |
0 commit comments