-- auto-generated definition create table wallet_address ( id int auto_increment primary key, token varchar(50) not null comment '钱包token', status int default 1 not null comment '1:启用 2:禁用', created_at timestamp null, updated_at timestamp null, deleted_at timestamp null ) comment ...
constraintorders_order_id_uindexunique(order_id),constraintorders_trade_id_uindexunique(trade_id));createindexorders_block_transaction_id_indexonorders(block_transaction_id);--auto-generated definitioncreatetablewallet_address(idintauto_incrementprimarykey,tokenvarchar(50)notnullcomment'钱包token',statusi...
create index wallet_address_token_index on wallet_address (token); 复制-粘贴至phpmyadmin的SQL面板,然后执行 导入Sql 配置Epusdt 1.将编译好的Epusdt项目压缩包上传至刚刚新增的网站目录,随后解压。 2.将.env.example重命名为.env 3.编辑.env文件,只需要修改以下几项 #下面配置你的域名,收银台会需要app_uri...
create index wallet_address_token_index on wallet_address (token); 复制-粘贴至phpmyadmin的SQL面板,然后执行 导入Sql 配置Epusdt 1.将编译好的Epusdt项目压缩包上传至刚刚新增的网站目录,随后解压。 2.将.env.example重命名为.env 3.编辑.env文件,只需要修改以下几项 #下面配置你的域名,收银台会需要app_uri...
create index wallet_address_token_index on wallet_address (token); 复制-粘贴至phpmyadmin的SQL面板,然后执行 导入Sql 配置Epusdt 1.将编译好的Epusdt项目压缩包上传至刚刚新增的网站目录,随后解压。 2.将.env.example重命名为.env 3.编辑.env文件,只需要修改以下几项 ...
Address // string w.AddressBase58 // string w.PrivateKey // string w.PublicKey // string creating tron wallet from private key w := CreateTronWallet(enums.SHASTA_NODE,privateKeyHex) w.Address // string w.AddressBase58 // string w.PrivateKey // string w.PublicKey // string ...
APP_URI 空 应用访问地址,留空则系统自动获取,前端收银台会用到,建议设置,例如:https://token-pay.example.com WALLET_ADDRESS 空 启动时需要添加的钱包地址,多个请用半角符逗号,分开;当然,同样也支持通过机器人添加。 TG_BOT_TOKEN 空 Telegram Bot Token,必须设置,否则无法使用 TG_BOT_ADMIN_ID 空 Telegram...
You can buy USDT (Tether) via MoonPay or through any of our partner wallet applications with a credit card, bank transfer, Apple Pay, Google Pay, and many other payment methods. Just enter the amount of USDT you wish to purchase and follow the steps to complete your order. You can also...
const gasPrice = await web3.eth.getGasPrice(); // estimate the gas price const transactionObject = { from: SENDER_WALLET_ADDRESS, to: RECIEVER_WALLET_ADDRESS, gasPrice } const gasLimit = await web3.eth.estimateGas(transactionObject); // estimate the gas limit for this transaction const ...
create index wallet_address_token_indexon wallet_address (token);复制-粘贴至phpmyadmin的SQL面板,然后执行导入Sql 配置Epusdt 1.将编译好的Epusdt项目压缩包上传至刚刚新增的网站目录,随后解压。 2.将.env.example重命名为.env3.编辑.env文件,只需要修改以下几项 ...