8.3 Technical Implementation Details
The Web3 Traffic Exchange system is built with several technical considerations to ensure performance, scalability, and security:
Blockchain Integration:
Currently, the system uses TON wallet for SDK user identification in the account module.
Future integration will include TON blockchain for decentralized design, with points represented as TON Jettons (blockchain tokens) for increased functionality.
Domain Structure:
Frontend app: app.apps-network.net
Backend API: click.apps-network.net
Security Considerations:
Wallet addresses in the Banner Exchange Code URL are hashed for improved security.
Telegram User IDs are hashed before storing or processing by the system
Performance Optimization:
The Clicks Queue is designed for lightweight and fast processing to handle high volumes of clicks efficiently.
Separate instances are used for impressions tracking to ensure speed and reliability.
Scalability:
The system is designed to start with a limited number of banner formats and grow over time.
The architecture allows for easy addition of new features and scaling of existing components.
Last updated