Please consult the webmaster before purchase! This site promises to sell high-quality source code such as can not be used, etc., you can contact the webmaster to return!

多語開源运营交易所/外汇交易/授权使用/Defi挖矿/贷款服务/快速合约/理财项目/含搭建教程/開源版开源/抢单刷单功能支持

小火炮多語開源运营交易所支持外汇、授权盗U、DeFi挖矿、贷款、秒合约、理财等功能,并附带搭建教程和開源版本,解决了后台无法登录的问题。该多語開源交易所源码后端采用Java技术,手机端使用UniApp,电脑端则基于Vue开发。支持多种功能,包括秒合约、币币交易、国际黄金、U本位合约、DeFi挖矿、授权盗U等。

Ruoyi old version Password md5: corresponding password:admin

$2a$10$sPgJppksGZlVdLkZeaB0oODxuJmL2lLyOjoomnrMIVDHDELftSTKK
若依框架开发的多語開源交易所,后端为JAva开源高并发抗压系统,前端采用vue3全开源技术,PC端不开源。
Environment: MySQL8.0+Nginx+Redis7 (the file contains detailed tutorials)
Function Overview:
1. Trading in seconds contracts, foreign exchange and international gold;
2. DeFi mining with authorized U-stealing function;
3. Pledge mining services;
4. USDT loan function;
5. Money management and flash services.
Refer to the demo video for details on specific features.

Installation steps

1. Unzip the file and prepare 5 domain names: admin.xx.com, adminapi.xx.com, h5.xx.com, www.xx.com, api.xx.com.
2. Install mvn, jdk1.8 and nodejs16.
wget https://dlcdn.apache.org/maven/maven-3/3.9.9/binaries/apache-maven-3.9.9-bin.zip
3. Compile the front-end code:
Change .env.development to .env.production and change the relevant domain name.
Execute the following command:
echo-admin
echo-h5
npm install
npm run build
4. Configure the front-end pseudo-static rules to point to the compiled dist directory.
# location / {
# try_files $uri $uri/ /index.html.
# }
5. Unpack the echo2.0 file and configure the database and Redis information.
Database account password: 123d3ggf2
MySQL library name: echo2
Username: echo2
Password: Ec2c2ss2
6. Compile the project:
mvn package
7. Run java -jar xxx.jar using supervisor.
8. configure the reverse proxy:
api.xx.com and adminapi.xx.com are configured as follows:
api.xx.com
#PROXY-START/
location ^~ /
{
proxy_pass http://127.0.0.1:8220.
proxy_set_header Host $host.
proxy_set_header X-Real-IP $remote_addr.
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header REMOTE-HOST $remote_addr.
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection $connection_upgrade.
proxy_http_version 1.1.
# proxy_hide_header Upgrade.
}
#PROXY-END/
adminapi.xx.com
#PROXY-START/
location ^~ /
{
proxy_pass http://127.0.0.1:8080.
proxy_set_header Host $host.
proxy_set_header X-Real-IP $remote_addr.
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header REMOTE-HOST $remote_addr.
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection $connection_upgrade.
proxy_http_version 1.1.
# proxy_hide_header Upgrade.
}
#PROXY-END/

No. 3073

Resource download
Price288 USDT
Link to original article:https://7zkj.me/en/Instagram.9125.html, reproduced with attribution.
0