
The payment system, wallet automatic recharge and withdrawal interface php is based on the ETH version of the ERC20 protocol and the TRC20 protocol. After a brief test, I can run. However, the functions inside have not been tested, so those who are interested will test them themselves.
Complete USDT docking payment interface, recharge, withdraw money, and check balance interface, based on thinkphp6, source code security and no loopholes, including USDT wallet installation and code testing, provides complete documents and tutorials, new people can know, the interface can be connected to any platform, convenient and fast!
Description:
1. User websites and platforms can access the system through api to realize USDT (ERC20, TRC20) charging and transferring. You can use third-party and official nodes without having to build your own nodes, and are suitable for various scenarios. (Those who build their own nodes can build nodes for free)
2. Provide complete documents and tutorials that new people can know, and the interface can be connected to any platform, which is convenient and fast!
3. Automatic recharge to your account, automatic collection of funds, and you can receive it from any website, just need to make a call
4. Automatic fund collection eliminates the cumbersome steps of manual collection
5. Connect with APIs to realize automatic callback of orders (manual callback can be set in the background)
Point of purchase: Access to the system through api to realize the charging and transfer of USDT (ERC20, TRC20), automatically recharge to the account, and can be connected to any website.
This source code is only for study and research use, and any illegal use is strictly prohibited!
operating environment
Centos7.0+Php7.3+mysql5.6+redis
This source code is based on thinkphp6, so use the pseudo-static of thinkphp
installation tutorial
1. Upload the source code to the root directory of the website and resolve the domain name
Changing the network's running directory to public is the thinkphp routine
, turn on pseudo-static
location / {
if (!- e $request_filename){
rewrite ^(.*)$ /index.php? s=$1 last; break;
}
}
3. Import database files,
Modify the database above the.EVN file under the source code root directory
Change the redis password to the redis password on config/cache.php
4. Install the php7.3 extension as shown in the following figure
5. Enable ssl support for websites
6. Add planned tasks to the pagoda
2min
http://www.yoursite.com/index/index/get_task
1min
http://www.yoursite.com/index/index/post_task
Check orders 2 minutes
http://www.yoursite.com/index/index/url_remote_post
Update order for 3 minutes (script method)
#! /bin/bash
curl -O http://www.yoursite.com/index.html
7. The two websites for requesting third-party node accounts are as follows
Erc20
https://cn.etherscan.com/
Trc20
https://services.tokenview.com
8. Go to the main backstage and fill in your key
Merchant background
https://域名/usdtmerchant/login/index
admin
admin888
chief backstage supporter
https://域名/usdtadmin/login/index
Total background account password
admin admin888
Note: Don't turn on code saving mode in the background casually. If there are few codes, it will be easy to drop the order.
Comments0