发现 BiCrypto 生态系统附加组件的高级功能
- 原生中心化交易系统:一个强大的交易系统,将效率与用户友好性相结合,提供无缝的交易体验。
- 广泛的区块链支持:兼容多种区块链,包括 ETH、BSC、POLYGON、FTM、OPTIMISM、ARBITRUM、BASE 和 CELO,提供多种交易环境。
- 灵活的交易费用结构:享受 0 交易费用,可选择为不同市场设置吃单/挂单费用,完全控制交易成本结构。
- 完全控制做市商:提供对做市商的全面控制,允许定制市场策略。
- 托管和非托管钱包系统:提供托管和非托管钱包选项,满足不同的安全性和便利性需求。
- 自动存款和取款:简化存取款流程,提高用户便利性。
- 具有匹配引擎系统的高级做市商:具有成熟的做市商和撮合引擎,确保高效的订单处理。
- AI交易机器人和订单填充器: 利用 AI 的力量进行自动交易和高效订单执行。
- 增强的交易页面:一个用户友好的交易页面,旨在实现最佳交易效率。
- 使用 WebSockets 进行本机图表:由 WebSockets 提供支持的实时图表,提供最新的市场数据和见解。
- 现货和限价交易:提供现货和限价交易选项,并计划引入更多交易方式。
- 原生订单簿: 一个全面的订单簿,提供市场订单和交易动态的清晰视图。
- 加油站网络智能合约:促进区块链交易的高效 gas 管理。
- 托管钱包智能合约:用于管理托管钱包的安全智能合约系统。
- 代币部署智能合约:简化了在各种区块链上部署代币的过程。
- 具有自动流动性管理的私人账本:私人账本技术与自动化流动性管理相结合,实现最佳交易。
- 具有 2 层 GSM 哈希的极端交易安全性:通过两层 GSM 哈希系统确保一流的安全性。
- 高端安防系统:强大的安全框架,可抵御各种网络威胁。
- 优化的订单数据库 (ScyllaDB):利用 ScyllaDB 进行高性能和可靠的订单管理。
扩展许可证功能
- 智能合约 solidity 代码,用于在 etherscan 等扫描仪上验证合约
- 将自定义区块链集成为免费的自定义工作
区块链(初始 v3 版本,我们计划支持全球所有链和代币)
- 以太币: 2463 个代币
- 币安智能链: 2568 个代币
- 多边形: 161 个代币
- FTM: 41 个代币
- 仲裁:46 个代币
- 乐观主义: 27 个代币
注意: 完整的代币部署、允许的智能合约和私有账本,以及用于原生和非允许代币的托管钱包
支持联系人
- 如果您有任何疑问,请在此处向我们发送工单:https://support.mash3div.com/
- 注意:这个插件需要 双加密 工作
采用:
- 下一个JS
- uWS 20(节点)
- 打字稿
- 以太币 6.7.1
- 坚固性 0.8.19
- 安全帽
文档:
- 包含在安装文件夹中
演示用户:
- 链接: 前端
- 链接: 注册
演示管理员:
- 创建一个新帐户并向我们发表评论以获取管理员角色,因为安全系统阻止多个用户使用同一帐户
要求(最低):
- A 运行服务器或任何具有 ssh 和 root 访问权限的托管的知识
- 双加密 v4
- 具有具有权限的 SSH 的服务器,而不是没有任何权限的共享服务器
- RAM:至少 2GB(RAM 越多,性能越好)
- CPU:至少 2 个内核(内核越多,稳定性越好)和一个支持 SSE 4.2 和 PCLMUL 的处理器
更改日志
Version 3.2.4 - added support 2165 ETH blockchain tokens - added support 2568 BSC blockchain tokens - added support 126 POLYGON blockchain tokens - added support 23 FTM blockchain tokens - added support 39 ARBITRUM blockchain tokens - added support 15 OPTIMISM blockchain tokens
Version 3.1.7 - added support of BTC, LTC, DOGE blockchains - added support of UTXO module of the new blockchains - added new transactions handler for the new blockchains - added new utxo parser - added new table for utxo records - added new deposit method for utxo chains - added new withdraw functionality with siging of utxo and broadcasting to blockchain - added support to blockcypher node for BTC, LTC, DOGE, DASH - added support to haskoin node for BTC - added support to blockcypher websocket for BTC, LTC, DOGE, DASH - added new blockchains to ecosystem dashboard - added support to utxo transactions details - added support to BTC, LTC, DOGE, DASH tokens - heavily improved deposit/withdraw websocket system - added support of mempool for BTC fee calculation - added support of blockcypher fee calculation for LTC, DOGE, DASH
Version 3.1.2 - heavily improved arthimatic calculations for extreme numbers to allow very small tokens and very large tokens calculation with no floating errors - added new functionality to refund all orders even partially filled orders on market deletion - patched issue with canceling orders not deducting accurate amount from orderbook
Version 3.0.9 - improved wallet creation to fail if vault not unlocked - added ETH, BNB, CELO, FTM native tokens support - added support to native tokens generation - heavily improved error handling - reorganized all files and routes properly for easy management and debugging - heavily improved deposits websocket and cut running cost of rpc websocket by 99.99% with huge performance improvement by cutting down 99% of the required tasks that used to be done for deposit handling on blockchain - added new explorer deposit verification for native tokens - added new watch to disconnect websocket on deposit confirmation - added new validation on transaction successful status
Version 3.0.8 - patched issue in populating orders from database to matching engine on first run
Version 3.0.1 - improved scylla initial connection on platform deployment
Version 3.0.0 - Oct 17, 2023: - [New] [Overhaul]: Eliminating third-party dependencies for a more secure and self-reliant solution. - [New] [SmartContracts]: Developing a new ERC20 smart contract using Solidity 0.8. Including features such as minting, cap, and burn, which are essential for your platform's token management. - [New] [SmartContracts]: Creating new smart contracts to support blockchain-related functionalities. - [New] [Security]: Implementing a passphrase-based security system to unlock the ecosystem vault. Introducing a double-layered security system using AES-256-GCM encryption. - [New] [Wallet]: Designing a new wallet system within the ecosystem to minimize transaction fees and maximize profitability for administrators. - [New] [Wallet]: Introducing a new wallet dashboard for the ecosystem, likely providing users with insights and controls over their wallets. - [New] [Wallet]: Developing an automated wallet generator with HD node wallets, potentially generating a large number of wallets with private keys for the master wallet. - [New] [Wallet]: Added functionality to append withdrawals until they are processed on the blockchain. This feature likely provides users with information about the status of their withdrawals. - [New] [Ledger]: Implementing a ledger system for wallets to enable feeless trading experiences. - [New] [Tokens]: Adding a tokens manager with the capability to directly deploy tokens to the blockchain. - [New] [Blockchain]: Auditing smart contracts for ERC20 tokens and implementing the GSN system to enable gas-free transactions from user wallets to target wallets. - [New] [Blockchain]: Adding functionality to estimate gas prices and gas limits for cost-effective transactions. - [New] [Blockchain]: Incorporating JSON RPC functionality to facilitate various blockchain-related RPC operations. - [New] [Blockchain]: Extending support for blockchain scanners across multiple supported blockchains. - [New] [Blockchain]: Adding support for ETH, BSC, POLYGON, FTM, OPTIMISM, ARBITRUM, BASE, and CELO blockchains, including HD Node Wallet generation, gas-less withdrawal, token deployment, smart contract interactions, and transaction/account scanning using RPC. - [New] [Blockchain]: Implementing a live blockchain decoder to verify deposits in real-time using RPC, likely enhancing transaction processing speed. - [New] [MatchingEngine]: Implementing an order queue with worker threads to handle order execution. - [New] [OrderQueue]: Implementing an order queue with worker threads to handle order execution. - [New] [Database]: Optimizing database and Redis calls by batching them into a single query or request. This improves efficiency and reduces potential issues with updated orders. - [New] [Database]: Adding support for Redis management of the Central WebSocket system, likely for efficient data storage and retrieval. - [New] [Database]: Working on ensuring that operations are consistent and atomic, which is crucial for data integrity and reliability. - [New] [Database]: Overhauling the chunking and processing of data. This likely involves streamlining data handling for better performance and scalability. - [New] [Database]: Implementing a new lock system for orders to prevent issues when a heavy amount of orders arrive at the matching engine simultaneously. - [New] [Database]: Locking orders that are being matched to avoid unintentional matches. - [New] [Database]: Enhancing the Redis score system for the order book, is likely to improve order matching and retrieval performance. - [New] [Database]: Enhancing concurrency management to handle multiple tasks efficiently. - [New] [Stability]: Focusing on improving overall code quality, stability, and error handling. - [New] [Stability]: Ensuring consistency in coding standards and practices. - [New] [Charting]: Completely reworking the charting system for the ecosystem. - [New] [Charting]: Generating bars for durations when data is not found, improving the visual representation of new markets. - [New] [Charting]: Automatically improving the closing of bars to prevent empty bar placeholders, which can discourage trading. - [New] [Charting]: Introduced a new bars generator that operates in UTC. - [New] [Charting]: Added functionality for generating empty bars. - [New] [Charting]: Improved the handling of high and low values in bar placeholders. - [New] [Charting]: Enhanced the closing mechanism of bars. - [New] [Charting]: Implemented functionality to continuously fetch historical data for charting until the last order is reached. This ensures that historical chart data remains up to date. - [New] [WebSockets]: Including a new WebSocket provider to facilitate real-time communication with supported blockchains. - [New] [Websockets]: Adding new web sockets for trades, order books, candles, and tickers. Dynamically generating these sockets using the matching engine, enabling real-time data updates. - [New] [Websockets]: Optimizing WebSocket messages to minimize their size. This reduces bandwidth usage and improves efficiency. - [New] [Websockets]: Implemented several new Websockets to enhance real-time updates and communication: - [New] [Websockets]: WebSocket for open orders to update their status and filling progress. - [New] [Websockets]: WebSocket for trades, providing real-time trade data. - [New] [Websockets]: WebSocket for the order book, allowing users to track order book changes. - [New] [Websockets]: WebSocket for charting, facilitating real-time chart updates. - [New] [Trading]: Added a new ordering system, which likely handles the submission and processing of orders. - [New] [OrderBook]: Created a new order book generator in Redis to reflect live queued orders. - [New] [OrderBook]: Developed an order book generator that initializes from all open orders on the platform during startup. - [New] [BigInteger]: Converted all numbers to BigInteger with 18 digits for financial accuracy. - [New] [Conversion]: Added new functionality to convert from and to BigInt. - [New] [Ledger]: Added admin private ledgers management. - [New] [Finance]: Added support for the ecosystem in the finance wallets page in the admin dashboard. - [New] [Logs]: Added support for ecosystem transactions in the finance logs page in the admin dashboard. - [New] [Gas]: Added the ability to deploy a gas station network on master wallets to handle gas payments for wallet withdrawals. - [New] [Markets]: Added a method to delete markets and clean all their orders, trades, tickers, order books, and charts. - [New] [Markets]: Added the ability to edit all aspects of markets including min/max (amount, price, cost) and (amount, cost) precisions and taker and maker fees with the ability to set the market as trending or hot. - [New] [Tokens]: Added support for old tokens without permit functionality for deposits. - [New] [SmartContract]: Added a new smart contract to handle deposits, withdrawals, transfers, holding, accumulation, collecting, and gas payments of tokens without permit functionality. - [New] [Wallets]: Added new custodial wallets management and deployment page for tokens without permit. - [New] [Deposit]: Added new deposit functionality for tokens without a permit to assign a random custodial wallet for the deposit only. - [New] [ABI]: Added a new ABI contract scraper and smart contract reader for seeding. - [New] [Tokens]: Added support for 373 native tokens for ETH, POLYGON, TRON, ARBITRUM, OPTIMISM, and FTM. - [New] [Security]: Added new automated functionality to add security to ScyllaDB and enable it on the client connection. - [New] [Filters]: Added filters to show wallets, tokens, private ledgers, and smart contracts of the set network for each chain so admin can run different kinds of chains and their networks anytime without any restrictions. - [New] [Dashboard]: Added new blockchains and analytics dashboard. - [New] [Security]: Added new functionality to set passphrase to unlock the vault after deployment.